Forum Discussion
Anmolgan
6 years agoPost 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 shoul...
judspud
6 years agoSolution 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