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 Power BI community,
I was trying to aggregate Data on Order+Article level to Order level on Power BI Desktop but it keeps crashing.
Basically I have a massive database (24 million records) in Order+Article level with metrics like Net Sales and Discounts and want to aggregate it in Order level (8 million distinct orders) and have the metrics in that level. An Order has multiple Articles.
Do you know any way of being able to achieve this? Thank you so much
A quick example
As-is (24 million records)
| Order ID | Article ID | Net Sales | Discounts |
| 1 | A | 5 | -3 |
| 1 | B | 3 | -1 |
| 1 | C | 7 | -2 |
| 2 | A | 4 | -2 |
| 2 | C | 6 | -3 |
To-be (8 million records)
Order ID | Net Sales | Discounts |
| 1 | 15 | -6 |
| 2 | 10 | -5 |
Solved! Go to Solution.
Power BI does that automatically for you. All you need to do is not include the [Article ID] column in the visual.
Power BI does that automatically for you. All you need to do is not include the [Article ID] column in the visual.
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.
| User | Count |
|---|---|
| 78 | |
| 48 | |
| 35 | |
| 31 | |
| 27 |