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 | |
84 | |
36 | |
35 | |
30 |
User | Count |
---|---|
96 | |
75 | |
66 | |
55 | |
52 |