Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount 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.