Join 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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi All,
My table have a measurment called "Average ORSO", which is an averaged value of a column ORSO_ER
and i added a Martix Visual, want to calcuculate the SUM of "Average ORSO", however the martix calculated the
average of the "Average ORSO" instead of SUM, may i know where can i change it ?
thanks in advance.
best regards,
Joey
Solved! Go to Solution.
Hi @joeytsui
You can go through the following thread to understand the issues with incorrect measure totals
https://community.powerbi.com/t5/DAX-Commands-and-Tips/Dealing-with-Measure-Totals/td-p/63376
Further you can go through the video below to understand the measure totals.
https://www.youtube.com/watch?v=Ka7Ds4EAjNQ
If this helped you, please mark this post as an accepted solution and like to give KUDOS .
Regards,
Affan
Hi @joeytsui
You can go through the following thread to understand the issues with incorrect measure totals
https://community.powerbi.com/t5/DAX-Commands-and-Tips/Dealing-with-Measure-Totals/td-p/63376
Further you can go through the video below to understand the measure totals.
https://www.youtube.com/watch?v=Ka7Ds4EAjNQ
If this helped you, please mark this post as an accepted solution and like to give KUDOS .
Regards,
Affan
Hi @joeytsui
If I understand correctly, you want a behaviour at the total different from that at the single rows (SUM vs AVG).
For that I think you need to first check where the measure is operating , if at the total or not, and then use a different formula. The idea:
IF @TOTAL do SUM...
else
do AVERAGE
You can do the check with HASONEVALUE( ), SELECTEDVALUE( ) or something similar
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 50 | |
| 47 | |
| 29 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 90 | |
| 74 | |
| 40 | |
| 26 | |
| 25 |