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.
Guys, I have a problem, I'm doing the different count of the beneficiary_number column of my table, the problem is that the total is wrong, I looked at some solutions but without success, can you help me?
the total of this column is 547,892
Solved! Go to Solution.
VOLUME = SUMX(VALUES(AMIL[PRODUCT]),CALCULATE(DISTINCTCOUNT(AMIL[NUMERO_DO_BENEFICIARIO])))
VOLUME = SUMX(VALUES(AMIL[PRODUCT]),CALCULATE(DISTINCTCOUNT(AMIL[NUMERO_DO_BENEFICIARIO])))
@edumach This looks like a measure totals problem. Very common. See my post about it here: https://community.powerbi.com/t5/DAX-Commands-and-Tips/Dealing-with-Measure-Totals/td-p/63376
Also, this Quick Measure, Measure Totals, The Final Word should get you what you need:
https://community.powerbi.com/t5/Quick-Measures-Gallery/Measure-Totals-The-Final-Word/m-p/547907
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.