Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Ben_Nash
Helper I
Helper I

Extract url from text in DAX

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

 

 

1 ACCEPTED SOLUTION

Hi Matt and Baskar - I've followed your suggestion Matt and sorted the problem starting from Query Editor>Transform>Split Column>By Delimiter>Custom>"https".

 

Thanks again!

 

Cheers

 

Ben

 

 

 

 

View solution in original post

10 REPLIES 10

I agree, you need to post an example. But I also think this is a task for data shaping in power query (get data) and not DAX. 



* Matt is an 8 times Microsoft MVP (Power BI) and author of the Power BI Book Supercharge Power BI.

Hi

 

Thanks for getting back to me and good point on power query.

 

Screen grab of examples below - as you can see the urls aren't always in the same spot:

 

url examples.JPG

 

 Thanks 

 

Ben

How about using power query to split column on colon :  then rebuild the URL http:// from there



* Matt is an 8 times Microsoft MVP (Power BI) and author of the Power BI Book Supercharge Power BI.

Hi Matt

 

Thanks for this - will do. Apologies for my ignorance but is there anyway I can bring across to power query the actual excel formula I have?

 

Regards

 

Ben

 

No way unfortunately. But using the power query UZi is much easier than writing Excel formulas. 



* Matt is an 8 times Microsoft MVP (Power BI) and author of the Power BI Book Supercharge Power BI.

Thanks Matt - I'll give it a go in Power Query

 

Regards

 

Ben

Hey Ben ,

 

Do u want like this ?

1.PNG

Hi

 

I'm giving the Power Query option a go but your screen shot look good - basically where ever there is a url it gets taken out and put in another column (s).

 

Thanks

 

Ben

 

 

Hi Matt and Baskar - I've followed your suggestion Matt and sorted the problem starting from Query Editor>Transform>Split Column>By Delimiter>Custom>"https".

 

Thanks again!

 

Cheers

 

Ben

 

 

 

 

Baskar
Resident Rockstar
Resident Rockstar

Hey pls give an a example . like screen short what u have and what u excatly want ..

 

 

like this, This will help me to solve ur prob

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors