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.
I am experiencing row totals that are not equaling my complete total. Does anyone know why this happens or have a solution?
Here is my DAX to get that count.
Here is the table where I am calling to build that DAX.
Solved! Go to Solution.
Hi @Michaelbean21 ,
You need to create a new measure, by using sumx(table,[strata count]), to get the cumulative composite, after screening by using hasonevalue:
if(hasonevalue(Table[Region name]),[strata count],totalmeasure)))
Similar question refer:
https://community.powerbi.com/t5/Desktop/Matrix-Totals-error/m-p/1499809
https://community.powerbi.com/t5/Desktop/Matrix-Not-Totalling-Correctly-By-Rows/m-p/2168768
Best Regards
Lucien
Hi @Michaelbean21 ,
You need to create a new measure, by using sumx(table,[strata count]), to get the cumulative composite, after screening by using hasonevalue:
if(hasonevalue(Table[Region name]),[strata count],totalmeasure)))
Similar question refer:
https://community.powerbi.com/t5/Desktop/Matrix-Totals-error/m-p/1499809
https://community.powerbi.com/t5/Desktop/Matrix-Not-Totalling-Correctly-By-Rows/m-p/2168768
Best Regards
Lucien
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 |
|---|---|
| 79 | |
| 48 | |
| 36 | |
| 31 | |
| 29 |