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.
Hi,
What is the correct measure to count [WO Measurement Status]="Missed" and "Missed Goal"?
I used the following measure and i want to count also "Missed Goal" status.
WO Missed = CALCULATE(COUNTROWS('WO'),'WO'[WO Measurement Status]="Missed")
Thanks
Solved! Go to Solution.
You can use IN operator
WO Missed and Missed Goal = CALCULATE ( COUNTROWS ( 'WO' ), 'WO'[WO Measurement Status] IN { "Missed", "Missed Goal" } )
You can use IN operator
WO Missed and Missed Goal = CALCULATE ( COUNTROWS ( 'WO' ), 'WO'[WO Measurement Status] IN { "Missed", "Missed Goal" } )
Thanks for your help. It's work.
Regards,
Zaky
User | Count |
---|---|
86 | |
86 | |
37 | |
35 | |
34 |
User | Count |
---|---|
94 | |
79 | |
63 | |
55 | |
51 |