Forum Discussion
ConnieMaldonado
Responsive Resident
4 years agoEXCLUDE certain amounts in calculation
I have the data below and am calculating efficiency rates for technicians performing various services onsite in customers' homes. The efficiency is calculated as: EXPECTED Duration / ACTUAL Dur...
- 4 years ago
maybe you can try this to create a new column
Column = DATEDIFF('Table'[GEOFENCE Arrive Time],'Table'[GEOFENCE Depart Time],MINUTE)/CALCULATE(count('Table'[Work Order ID]),ALLEXCEPT('Table','Table'[Work Order ID]))
ConnieMaldonado
Responsive Resident
4 years agoThis works - thanks very much!
ryan_mayu
Super User
4 years agoyou are welcome