Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
Anonymous
Not 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 show count of wins where state = won. How can we achieve this using measures? Any help would be appreciated. 

1 ACCEPTED SOLUTION
darry3ni
Frequent Visitor

CALCULATE(COUNTROWS('table'),'table'[state]="won")

View solution in original post

1 REPLY 1
darry3ni
Frequent Visitor

CALCULATE(COUNTROWS('table'),'table'[state]="won")

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.