Forum Discussion
Export to csv shown wrong total.
Anonymous there are many posts talking about it, here is a similar one, if it still doesn't work, share the sample data and how you are visualizing it.
Solved: COUNT DISTINCT SHOWS WRONG GRAND TOTAL - Microsoft Power BI Community
✨ Follow us on LinkedIn
Check my latest blog post The Power of Using Calculation Groups with Inactive Relationships (Part 1) (perytus.com) I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos to whoever helped to solve your problem. It is a token of appreciation!
⚡ Visit us at https://perytus.com, your one-stop-shop for Power BI-related projects/training/consultancy.⚡
The total of Unique house is correct 2022 but the value inside the table is not correct, while i exporting data into csv then the total of unique house column changed to 5705 exact match with table insides value.
Here are the values shown in export file:-
- Anonymous5 years agoNot applicable
parry2k
I tried this dax formula the total of table changed 2022 to 5705Unique House = var _t = SUMMARIZE(F_20210716,F_20210716[Date],F_20210716[E_ID],F_20210716[Region],F_20210716[Home number],F_20210716[Installation Status],"UniqueHome",DISTINCTCOUNT(F_20210716[Home number]))returnSUMX(_t,[UniqueHome])But i didn't get my expacted answer
Also i filterd my data table it shown me the distinct count is 2022 this is correct value. i don't know why on table and export shown me wrong output.