Hi!
I´m having a problem trying to use distinctcount. I have a database with customers by region, one customer can make a purchase in different regions and, in some cases you can have the same customer for the same region as you will see below. This is due to the rest of the database because it also considers other fields.
For this analysis i want to have a simple table showing a distinctcount of customers by region but the problem is when the table makes the grand total, it doesn´t show de sum of every region, it shows the distinct count of all the customers (which is less because some customers should be repeated if they buy in another region)
I want the grand total to be the sum of the whole column (Count of column), which is 89, and not the distinct count of the customers of the database withount considering the region, which is 80.
Also, i´m not using any measure. i´m just selecting the format of the field as count (distinct) when i add it to the table visual.
Solved! Go to Solution.
@AgustinBrocardo 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
@AgustinBrocardo 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
Thank you very much, it worked perfecly and the explanation is easy to follow!
I´m still very limited in relation to DAX but these type of answers help me a lot to keep learning the logic behind the code.
Power BI release plans for 2023 release wave 1 describes all new features releasing from April 2023 through September 2023.
Make sure you register today for the Power BI Summit 2023. Don't miss all of the great sessions and speakers!
Join the biggest FREE Business Applications Event in LATAM this February.
User | Count |
---|---|
105 | |
75 | |
44 | |
32 | |
30 |
User | Count |
---|---|
139 | |
95 | |
86 | |
48 | |
40 |