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
Noob7
New Member

Measure to count items based on a filter on another column

I am very new to this and I cannot even make a simple measure. I need help in counting the Ids that are already Closed. I really appreciate your help.

Sample.PNG

2 REPLIES 2
Idrissshatila
Super User
Super User

Hello @Noob7 ,

 

Use the following measue:

 

Closed Items = calculate( count( 'YourTableName'[ID]), 'YourTableName'[Status] = "Closed")

If I answered your question, please mark my post as solution, Appreciate your Kudos 👍

Follow me on Linkedin
Vote for my Community Mobile App Idea 💡



Did I answer your question? Mark my post as a solution! Appreciate your Kudos
Follow me on LinkedIn linkedIn
Vote for my Community Mobile App Idea

Proud to be a Super User!




PBI.PNG
Hi Idrissshatila. It's not working on my end. As shown in the image above in cannot find the Incident_Reports[Status]. The options showing up are columns from another table.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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