This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
Hi Experts
I am trying to exlcude the "Surgery completed", "Procedure completed" from the measure below?
Solved! Go to Solution.
Hi @Anonymous ,
Please try this:-
WHO - All Assessments Created =
CALCULATE (
COUNTROWS ( Theatre_List_Cashup_Status_Monitoring ),
FILTER (
Theatre_List_Cashup_Status_Monitoring,
Theatre_List_Cashup_Status_Monitoring[WHO_Sign_In] = 0
&& Theatre_List_Cashup_Status_Monitoring[WHO_Sign_Out] = 0
&& Theatre_List_Cashup_Status_Monitoring[WHO_Time_Out] = 0
&& NOT ( Theatre_List_Cashup_Status_Monitoring[OperationOutcome] )
IN { "Surgery completed", "Procedure completed" }
)
)
Thanks,
Samarth
Best Regards,
Samarth
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
Connect on Linkedin
Hi @Anonymous ,
Please try this:-
WHO - All Assessments Created =
CALCULATE (
COUNTROWS ( Theatre_List_Cashup_Status_Monitoring ),
FILTER (
Theatre_List_Cashup_Status_Monitoring,
Theatre_List_Cashup_Status_Monitoring[WHO_Sign_In] = 0
&& Theatre_List_Cashup_Status_Monitoring[WHO_Sign_Out] = 0
&& Theatre_List_Cashup_Status_Monitoring[WHO_Time_Out] = 0
&& NOT ( Theatre_List_Cashup_Status_Monitoring[OperationOutcome] )
IN { "Surgery completed", "Procedure completed" }
)
)
Thanks,
Samarth
Best Regards,
Samarth
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
Connect on Linkedin
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 27 | |
| 25 | |
| 22 | |
| 20 | |
| 14 |
| User | Count |
|---|---|
| 51 | |
| 47 | |
| 23 | |
| 18 | |
| 18 |