Forum Discussion
Anonymous
7 years agoNot applicable
Calculate performance
Dear all, I've been trying to calculate performances of my time without success.. please help! I have a data series like this: Case created date Performance of closed case 2-Jan-18 On ...
- 7 years ago
Measure 13 = VAR __onTime = COUNTX(FILTER('Table13',[Performance of closed case]="On time"),[Performance of closed case]) VAR __all = COUNTX(ALL('Table13'),[Performance of closed case]) RETURN DIVIDE(__onTime,__all,0)See Page 6 of the attached file.
LivioLanzo
7 years agoSolution Sage