Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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.
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 💡
Proud to be a Super User! | |
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.