Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin 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.
Hi
I got a tricky data set with multiple rows per order, where data is repeating but not for every column equally. I need to find a way to merge them into 1 row per order.
Any tips on how to get the desired result as specified in the screenshos?
Solved! Go to Solution.
Hi @kadabrada ,
It looks like you can just group on [OrderItemID] and set all other fields to MAX, although I'm not sure how you decided which value to keep from your [Custom] column.
Pete
Proud to be a Datanaut!
Hi, @kadabrada ;
As BA_Pete said, you could group by OrderltemlD; then other column as max.
The final output is shown below:
Best Regards,
Community Support Team_ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @kadabrada ;
As BA_Pete said, you could group by OrderltemlD; then other column as max.
The final output is shown below:
Best Regards,
Community Support Team_ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @kadabrada ,
It looks like you can just group on [OrderItemID] and set all other fields to MAX, although I'm not sure how you decided which value to keep from your [Custom] column.
Pete
Proud to be a Datanaut!
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.