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 moreShape the future of the Fabric Community! Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions. Take survey.
Hello,
I have a challenge and i hope, somewere can help me.
We can i created this table i Power Query or in DAX?
25 | 43000 | 25 | 43000;45000;85000;1588 | |
25 | 45000 | 26 | 999;858;4786;4587 | |
25 | 85000 | |||
25 | 1588 | |||
26 | 999 | |||
26 | 858 | |||
26 | 4786 | |||
26 | 4587 |
Many Thanks for the Help!
Best Regards,
Simon
Solved! Go to Solution.
If you are looking to concatenate the values then the below should help in dax as a measure:
with Power Query
=Table.Group(YourSource, {"Column1"}, {{"Combine", each Text.Combine([Column2], ";"), type text}})
Stéphane
If you are looking to concatenate the values then the below should help in dax as a measure:
User | Count |
---|---|
25 | |
13 | |
12 | |
11 | |
8 |
User | Count |
---|---|
44 | |
27 | |
19 | |
16 | |
12 |