Forum Discussion
SnirSh
10 years agoRegular Visitor
Duration Troubles
Hey, I'm trying to calculate and filter duration colum, My formula is: CALCULATE(COUNTA(CTI[end type]), FILTER(CTI,CTI[end type]="ABANDON"),FILTER(CTI,CTI[wait time]<"00:00:15")) There is ...
- 10 years ago
solution:
CALCULATE(COUNTA(CTI[end type]), FILTER(CTI,CTI[end type]="ABANDON"),FILTER(CTI,SECOND(CTI[wait time])+MINUTE(CTI[wait time])*60>15))
SnirSh
10 years agoRegular Visitor
solution:
CALCULATE(COUNTA(CTI[end type]), FILTER(CTI,CTI[end type]="ABANDON"),FILTER(CTI,SECOND(CTI[wait time])+MINUTE(CTI[wait time])*60>15))