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! Request now
Hi i have a problem with the total row in the column "TEST" as you can see the total row shows the last rows value not the summed total as i want.
Solved! Go to Solution.
Hi. The engine is working perfectly. Totals in Power Bi are not the sum of whatever is in the table. They are running the same measure at a different aggregation level. Your measure is just aggregating by MAX. So totals will use MAX.
In order to make it SUM you can do a second measure using this one that will iterate the results.
Check this post out that explains how to fix totals for similar scenarios: https://blog.ladataweb.com.ar/post/636304907248467968/dax-corrigiendo-el-total-de-una-medida
I hope that helps,
Happy to help!
Hi. The engine is working perfectly. Totals in Power Bi are not the sum of whatever is in the table. They are running the same measure at a different aggregation level. Your measure is just aggregating by MAX. So totals will use MAX.
In order to make it SUM you can do a second measure using this one that will iterate the results.
Check this post out that explains how to fix totals for similar scenarios: https://blog.ladataweb.com.ar/post/636304907248467968/dax-corrigiendo-el-total-de-una-medida
I hope that helps,
Happy to 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.
| User | Count |
|---|---|
| 50 | |
| 18 | |
| 11 | |
| 11 | |
| 10 |