Forum Discussion
Anonymous
5 years agoNot applicable
Export to csv shown wrong total.
Hi all, When i export my visual data into csv file the total of value column showing me wrong i had created measure = Distinctcount(Homenumber) I was trying to convert visual into table and find o...
Anonymous
5 years agoNot applicable
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:-
Anonymous
5 years agoNot applicable
parry2k
I tried this dax formula the total of table changed 2022 to 5705
Unique 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]))
return
SUMX(_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.