Quantcast
Channel: Desktop topics
Viewing all articles
Browse latest Browse all 213819

Extract url from text in DAX

$
0
0

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

 

 


Viewing all articles
Browse latest Browse all 213819

Trending Articles