Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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)