Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

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.

Reply
edumach
Helper I
Helper I

my table total is wrong

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?

 

edumach_0-1648581093881.png

the total of this column is 547,892

VOLUME = DISTINCTCOUNT(AMIL[NUMERO_DO_BENEFICIARIO])
1 ACCEPTED SOLUTION
wdx223_Daniel
Super User
Super User

VOLUME = SUMX(VALUES(AMIL[PRODUCT]),CALCULATE(DISTINCTCOUNT(AMIL[NUMERO_DO_BENEFICIARIO])))

View solution in original post

4 REPLIES 4
wdx223_Daniel
Super User
Super User

VOLUME = SUMX(VALUES(AMIL[PRODUCT]),CALCULATE(DISTINCTCOUNT(AMIL[NUMERO_DO_BENEFICIARIO])))

Greg_Deckler
Community Champion
Community Champion

@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



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

@Greg_Deckler I found it difficult to adapt your solution, can you help?

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Kudoed Authors