Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! 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])))
@Anonymous 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
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 |
| User | Count |
|---|---|
| 11 | |
| 10 | |
| 7 | |
| 7 | |
| 6 |