Forum Discussion
chiru5262
Helper III
2 years agoDistinct Filter not giving the result expected
Below is my issue when I do distinctcount on 'assetnum' the total is 4145, but when I seperate them by filter BM/CM the count total is 2020+2425 which is 4445 which doesnt match with 4145. I did ex...
- 2 years ago
I think you can achieve your goal with the 'Visual Calculations'.
Using visual calculations in Power BI Desktop - Power BI | Microsoft Learn
chiru5262
Helper III
2 years agoHi mickey64
That makes sense, but how can I acheive 7, as I need the output of 7 for my case.
appreciate your help
Thanks,
Chiru
lbendlin
Super User
2 years agoYou need to materialize the individual calculations via SUMMARIZE or SUMMARIZECOLUMNS if you want the DISTINCTCOUNT by category rather than across categories.