The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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.