Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Help needed with count measure

Hello everyone. I want to create a measure where i have to show the total count of  "wins" from a column called "table[state]". The column called "state" has two values, "won" and "lost". I have to s...
  • darry3ni's avatar
    3 years ago
    CALCULATE(COUNTROWS('table'),'table'[state]="won")