Forum Discussion
abehrmann
7 years agoHelper II
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 ...
rafaelmpsantos
7 years agoResponsive Resident
try it
measure = AVERAGEX(DISTINCT(OfficeTrax);OfficeTrax[Days in OPS])
If it solve, please mark as solved and give your positive feedback.
Christann
7 years agoAdvocate IV
I have been working on several replies only to find that you had already answered them. Great work!
P.S. Your solutions are more elegant than mine anyway! :smileyhappy:
- rafaelmpsantos7 years agoResponsive Resident
Thanks Christann, i have big difficulties with english, i'm brazilian, but i try to help.