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.
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.