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
Anmolgan
Post Prodigy
Post Prodigy

How to extract characters from a given string?

Hi I want to remove first 3 values from a string and last 4 values from a same string and cocatenate those is that possible, for example I have 2100321034432 (I want to remove 210 and 4432 so I should only have 032103).

1 ACCEPTED SOLUTION
Anmolgan
Post Prodigy
Post Prodigy

@judspud Thanks for the reply, but I used query editor add column pane, to extract mid 5 digits, with specifying start and number of values to extract.

View solution in original post

2 REPLIES 2
Anmolgan
Post Prodigy
Post Prodigy

@judspud Thanks for the reply, but I used query editor add column pane, to extract mid 5 digits, with specifying start and number of values to extract.

judspud
Solution Supplier
Solution Supplier

Hi @Anmolgan 

 

Will the string always be the same length?

 

If so, you can use the MID function

 

https://docs.microsoft.com/en-us/dax/mid-function-dax

 

Hope this helps

 

Thanks,

George

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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