The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.