Forum Discussion
jeyare
Helper II
4 years agoAverage calculate within table
Hi there, I have aggregated Table where I need to calculate AVERAGE for a Length of Employment in days (LoE) from: StartDate (this value is not empty in the column) EndDate (this value is empty...
- 4 years ago
jeyare , Based on what I got
A new column = AverageX(filter(Table, [PositionName ] = earlier([PositionName ]) && [Department ] = earlier([Department ]) && [Centre ] = earlier([Centre ]) ), [LOE])
amitchandak
Super User
4 years agojeyare , Based on what I got
A new column = AverageX(filter(Table, [PositionName ] = earlier([PositionName ]) && [Department ] = earlier([Department ]) && [Centre ] = earlier([Centre ]) ), [LOE])
jeyare
Helper II
4 years agothx for a great job