Forum Discussion
Anonymous
3 years agoNot applicable
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...
- 3 years agoCALCULATE(COUNTROWS('table'),'table'[state]="won")
darry3ni
3 years agoFrequent Visitor
CALCULATE(COUNTROWS('table'),'table'[state]="won")