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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

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
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors