Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Matrix Total incorrect - Need Help

Hey guys, I have this Matrix calculating the totals. I use the following formula to calculate my values:  Polissen = CALCULATE(DISTINCTCOUNT('Union Maia Data'[cldeeln.Naw.Naw-Polisnum...
  • FreemanZ's avatar
    3 years ago

    hi Anonymous 

    it is because one item "cldeeln.Naw.Naw-Polisnummer" could present at multiple categories. 

    If you change DISTINCTCOUNT to COUNT, the total will be correct, even it might not be your expected result.