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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Anonymous
Not applicable

extracting values from mid strings - varying character length

Hello, 

 

I have a column of various values in the following format: 

 

XX_123rgdt_XXXXX

XX_343dsbceurfvr_XXXX

XXXX_323d_XXXXX

 

and would like to extract into separate column values between _ and _ from above. I thought of using MID() formula but these values have different length in the middle so it would not work for all cases. does anyone know how to do this?

1 ACCEPTED SOLUTION
Anonymous
Not applicable

HI @Anonymous,

If the fact table records are similar to the sample data that you shared, you can use the following formula(path function) to create a new calculated colunmn to extract the specific part of strings:

New Column= PATHITEM ( SUBSTITUTE ( [Column], "_", "|" ), 2 )

Regards,

Xiaoxin Sheng

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

HI @Anonymous,

If the fact table records are similar to the sample data that you shared, you can use the following formula(path function) to create a new calculated colunmn to extract the specific part of strings:

New Column= PATHITEM ( SUBSTITUTE ( [Column], "_", "|" ), 2 )

Regards,

Xiaoxin Sheng

amitchandak
Super User
Super User

@Anonymous split column by _ and then use the middle column

https://www.tutorialgateway.org/how-to-split-columns-in-power-bi/

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

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.