This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
Can one of you help me figure out how to normalize this data so only the name will show up
Thank You. Greatly appreciate
| i:0#.w|qnet\John.doe |
| i:0#.w|qnet\John.smith |
| i:0#.w|qnet\bob.hope |
Solved! Go to Solution.
Hi @Anonymous ,
You may create a column like DAX below.
Extract Name = RIGHT([Text],LEN([Text])-FIND("\",[Text],1,0))
Best Regards,
Amy
Community Support Team _ Amy
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
You may create a column like DAX below.
Extract Name = RIGHT([Text],LEN([Text])-FIND("\",[Text],1,0))
Best Regards,
Amy
Community Support Team _ Amy
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Anonymous , refer if this can work https://www.tutorialgateway.org/how-to-split-columns-in-power-bi/
@Anonymous
Hi, In Query Editor, Transform, Extract Text After Delimeter .. Using Delimeter \
Regards
Victor
doesn't work with the direct query mode
the solution doesn't work in direct query mode
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 32 | |
| 25 | |
| 24 | |
| 22 | |
| 13 |
| User | Count |
|---|---|
| 61 | |
| 47 | |
| 27 | |
| 24 | |
| 19 |