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