Forum Discussion
AllanBerces
1 year agoPost Prodigy
Group Average
Hi good day, Can anyone help me on how can i get the average on my table below. OUTPUT Thank you
- 1 year ago
Hi AllanBerces
you can write a column as follows:
calculate (average (completed) , filter (table , [job#] = earlier ([job#]))
If this post helps, then I would appreciate a thumbs up 👍 and mark it as the solution to help the other members find it more quickly.
Selva-Salimi
1 year agoSolution Sage
Hi AllanBerces
you can write a column as follows:
calculate (average (completed) , filter (table , [job#] = earlier ([job#]))
If this post helps, then I would appreciate a thumbs up 👍 and mark it as the solution to help the other members find it more quickly.
AllanBerces
1 year agoPost Prodigy
HI Selva-Salimi thank you for the reply.