The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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.
@syuu , Create a new calculated table by going into Modelling
Proud to be a Super User! |
|
@syuu , 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 community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
116 | |
82 | |
75 | |
54 | |
47 |
User | Count |
---|---|
134 | |
124 | |
78 | |
64 | |
63 |