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 September 15. Request your voucher.
Solved! Go to Solution.
@LukeA , try like
ETA 0 - 40 =
VAR _ETA40 = CALCULATE(COUNT('D Incidents'[ETA to Incident in Minutes]),FILTER('D Incidents','D Incidents'[ETA to Incident in Minutes] > 0 && 'D Incidents'[ETA to Incident in Minutes] <=40))
RETURN
IF(ISBLANK(_ETA40),0, _ETA40)
@LukeA , try like
ETA 0 - 40 =
VAR _ETA40 = CALCULATE(COUNT('D Incidents'[ETA to Incident in Minutes]),FILTER('D Incidents','D Incidents'[ETA to Incident in Minutes] > 0 && 'D Incidents'[ETA to Incident in Minutes] <=40))
RETURN
IF(ISBLANK(_ETA40),0, _ETA40)
User | Count |
---|---|
65 | |
62 | |
55 | |
53 | |
28 |
User | Count |
---|---|
181 | |
82 | |
67 | |
47 | |
44 |