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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi,
I have a table and one of the column have many values delimited by comma as below:
week | ID | Name |
W401 | 002 | abcde,abc,abcd,abcdef |
W401 | 001 | abcde,fgh |
W402 | 001 | ijk |
W402 | 002 | ijk,lmn,opeqrs |
I want to split the name by comma, also keep the detail of them.
Length of name might be different, and the name is too much to use exhaustive way.
The output I expected as below:
week | ID | Name |
W401 | 002 | abcde |
W401 | 002 | abc |
W401 | 002 | abcd |
W401 | 002 | abcdef |
W401 | 001 | abcde |
W401 | 001 | fgh |
W402 | 001 | ijk |
W402 | 002 | ijk |
W402 | 002 | lmn |
W402 | 002 | lmn,opeqrs |
I can use DAX only. (can't use power query)
Any answer will be helpful!
Solved! Go to Solution.
@Anonymous , Create a new calculated table by going into Modelling
Proud to be a Super User! |
|
@Anonymous , Create a new calculated table by going into Modelling
Proud to be a Super User! |
|
This is exactly what I need!! Thank you for your reply!!
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.