Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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:
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 11 | |
| 10 | |
| 8 | |
| 7 | |
| 5 |