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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
Anonymous
Not applicable

Len dax calculated column measure to split text column

Hi Experts

 

I cannot use the Power Query option here as my sharepoint list url is plying up..... 

 

I need to split the data in image below less ["  and  "] so i just see order Picking only jus the text 

 

BlueWhite111_0-1671014508828.png

 

1 ACCEPTED SOLUTION
FreemanZ
Super User
Super User

Hi @Anonymous 

You may try this with DAX, try to add a column with this:

Column = SUBSTITUTE(SUBSTITUTE(SUBSTITUTE([Example],UNICHAR(34),""), "[",""), "]", "")
 
I tried and it worked like this:
FreemanZ_0-1671023740242.png

View solution in original post

2 REPLIES 2
FreemanZ
Super User
Super User

Hi @Anonymous 

You may try this with DAX, try to add a column with this:

Column = SUBSTITUTE(SUBSTITUTE(SUBSTITUTE([Example],UNICHAR(34),""), "[",""), "]", "")
 
I tried and it worked like this:
FreemanZ_0-1671023740242.png
Anonymous
Not applicable

thank u. once again

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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