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
Hey guys,
situation is the following:
I have a sales-table containing the following columns
The linetotal represents 'Price * Quantity' for that individual product in the specific order.
It is possible for 1 ordernumber to contain multiple products and therefore also multiple linetotals.
How do I calculate the order total (so add up all linetotals per ordernumber) using a DAX measure?
Thanks!
~ Niels
Solved! Go to Solution.
Hi @Niels_NL,
if you show these information by chart (column chart, line chart, ...) it will automatically sum and group by context(orderno/prodno) for you when you drag&drog ordernumber/productno to legend field.
And if you want to see order header and order details in same control, you should use Matrix(top left of picture) not table (top right of picture)
Hi @Niels_NL,
if you show these information by chart (column chart, line chart, ...) it will automatically sum and group by context(orderno/prodno) for you when you drag&drog ordernumber/productno to legend field.
And if you want to see order header and order details in same control, you should use Matrix(top left of picture) not table (top right of picture)
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.