Forum Discussion
Syndicate_Admin
Administrator
4 years agoOverall average
Good evening, everyone, My name is Mario, I am something new using the tool, I appreciate if you can help me with the following case: I have a table where the integration process of a projec...
- 4 years ago
Thank you very much for the answer, I have to mention that the proposed solution I had to vary it, it served me as follows
Calculate(average(Number of days last change), allexcept(table[project])
Best regards.
amitchandak
Super User
4 years agoSyndicate_Admin , If you need first sum till project level and then Avg
averagex(Values(Table[Project]), calculate(Sum(Table[Amount of days last change])) )
refer if needed