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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

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
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors