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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Maz_0102
Helper I
Helper I

how to do count if(s)

Hi guys

 

i want to do count if on the amount of values i have in a table using a condition on a status column 

 

i want to exclude declined only counting approced and submitted

 

please can you advise

 

in excel it would be a normal countifs =COUNTIFS(status column, "<>declined")

 

 

Maz_0102_0-1649844012154.png

 

1 ACCEPTED SOLUTION
tamerj1
Super User
Super User

Hi @Maz_0102 
Using a measure In DAX we write
CALCULATE ( COUNTROWS ( Table ), Table[status column] <> "declined" )

View solution in original post

2 REPLIES 2
tamerj1
Super User
Super User

Hi @Maz_0102 
Using a measure In DAX we write
CALCULATE ( COUNTROWS ( Table ), Table[status column] <> "declined" )

@tamerj1 thank you so much!

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

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