Hi everyone
I'm trying to extract urls from twitter messages and placing in another column using DAX. I've been using this formula in excel to extract and it works fine:
=MID(A1,FIND("http",A1),IFERROR(FIND(" ",A1,FIND("http",A1))-1,LEN(A1))-FIND("http",A1)+1)
However I'm strugging to replicate/see how to do this in DAX. Any help greatly appreciated!
Thanks
Ben