The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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
User | Count |
---|---|
80 | |
78 | |
37 | |
34 | |
31 |
User | Count |
---|---|
93 | |
81 | |
60 | |
49 | |
49 |