Forum Discussion
lcasey
4 years agoPost Prodigy
unique values are wrong
Hello, I have a table that counts CASEID (Revenue Accounts) and then performs a CountDistinct Case ID (Unique Accounts). However, it is completely wrong when showing a matrix by month. The ...
- Anonymous4 years ago
Hi lcasey ,
Based on your description, I have built a simple data sample:
Please try:
Measure = CALCULATE(DISTINCTCOUNT('Table'[Case ID]),ALLEXCEPT('Table','Table'[Month]))Here is the final output:
Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
4 years agoNot applicable
Hi lcasey ,
Based on your description, I have built a simple data sample:
Please try:
Measure = CALCULATE(DISTINCTCOUNT('Table'[Case ID]),ALLEXCEPT('Table','Table'[Month]))
Here is the final output:
Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.