Forum Discussion

abehrmann's avatar
abehrmann
Helper II
7 years ago

Distinct count filtered Average

 I am looking to get an average of Days in ops based on distinct Request #   I tried : Ops Average Age = divide(sum(OfficeTrax[Days in OPS]),distinctcount(OfficeTrax[Request #]))   But it doesnt ...