Forum Discussion

AgoZ_KH's avatar
AgoZ_KH
Icon for Resolver I rankResolver I
7 years ago
Solved

Distinct Count Grand Total by column dispaly wrong numbers

Nice day to all!!

I came across the problem of totals in a column calculated with distinct count. I have a table with few columns.

 

WBS is a (univocal) code for a project; Uid is a univocal number for users; any WBS can have more than one user associated.


My scenario is like the figure here:

 

 

My problem is that the column total is 52 while the sum should be equal to 358 !! 

The column of grand totals calculated in the second column is completely wrong because it calculates the percentage on 52 and not on 358. 

I have tried some DAX formulas suggested in other Threads for summarize values of the distinct count column, but I always get the same result: the total sum is either the one in the column with Distinct count or the one summing the counts.

How can I solve my problem ??

Thanks in advance for help or suggestion!!

 

2 Replies