Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

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?

 

the total of this column is 547,892

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

4 Replies