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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
for example,if want to count under only one condition [PM]=FALSE ,the formular is
Solved! Go to Solution.
Hi,
Try this measure
=countrows(FILTER('Service Appointment',[PM]=FALSE&&'Service Appointment'[Region]="Asia"&&'Service Appointment'[Response Time]=0)
Hope this helps.
Hi,
Try this measure
=countrows(FILTER('Service Appointment',[PM]=FALSE&&'Service Appointment'[Region]="Asia"&&'Service Appointment'[Response Time]=0)
Hope this helps.