Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
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!!
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
94 | |
86 | |
82 | |
70 | |
49 |
User | Count |
---|---|
143 | |
123 | |
107 | |
61 | |
55 |