Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Hi Guys,
I want to extract some text from a column based on the position of a delimter defined in another column.
Example of data
So i want all three Names column to be populated from values extracted from column FD.
Level columns define the position of delimter i.e. "_" after which the name exist for that particular column.
I would also like to handle the blank values the same way was mentioned in the table.
I am looking for a function in DAX to populate these column but incase you know how it's done in Power query that's also fine.
Any help in this regard will be highly appreciated.
Thanks,
Uzair
Solved! Go to Solution.
Check the attached file, the result it's different but I believe it can help you.
Hi,
You may download my PBI file from here.
Hope this helps.
@Ashish_Mathur Thanks for the help.
I am going with the @camargos88 solution. But that's neat trick you did with keyword.
Check the attached file, the result it's different but I believe it can help you.
@camargos88 Thanks.
It's funny that I just found the similar solution. I used the below code which apparently do the trick.
if [FruitLevel] <> null then ( Text.Split([FD], "_"){[FruitLevel]}) else nullThe main problem is those levels columns are created using DAX Lookup, so I don't think I can use those columns with Power Query function.
Do you have any idea how can I achieve this ?
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 48 | |
| 46 | |
| 41 | |
| 20 | |
| 17 |
| User | Count |
|---|---|
| 70 | |
| 69 | |
| 32 | |
| 27 | |
| 26 |