Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
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.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.