Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
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).
Solved! Go to Solution.
@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 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.
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
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
Check out the November 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 66 | |
| 47 | |
| 43 | |
| 26 | |
| 19 |
| User | Count |
|---|---|
| 196 | |
| 127 | |
| 102 | |
| 67 | |
| 49 |