Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Kinda new with a lot of this. I am trying to generate a report to show the serial numbers asscoiated with each order number, for order numbers with multiple serial numbers i want them to all be in one row instead of duplicating the order number throughout the column. I wasnt sure how to go about this so figured i would post. Any help is greatly appreciated. Thank you.
Solved! Go to Solution.
I played with the formula a bit and found the solution. Thank you for you help.
what about create a measure to combine serailnum?
Measure = CONCATENATEX('Table','Table'[serialnum],",")
Proud to be a Super User!
When i use that it doesnt distinguish between the order numbers and just puts all serial numbers following each other...
I played with the formula a bit and found the solution. Thank you for you help.
| User | Count |
|---|---|
| 57 | |
| 44 | |
| 32 | |
| 16 | |
| 14 |
| User | Count |
|---|---|
| 82 | |
| 66 | |
| 42 | |
| 27 | |
| 25 |