Forum Discussion
Anonymous
3 years agoNot applicable
Column conditional formatting and running Average chart
I am trying to create a column and line chart using data from MS Project, pulled into Excel (because I couldn't work out how to calculate the "running" average of the RAGs up to "this" week - easy in...
- 3 years ago
HI Anonymous ,
Pls test the below measure:
AV1 = CALCULATE(SUM('Table'[Average])/COUNT('Table'[RAG]),FILTER(ALL('Table'),'Table'[Weekend]<=MAX('Table'[Weekend])))Best Regards
Lucien
- Anonymous3 years ago
v-luwang-msft
3 years agoCommunity Support
HI Anonymous ,
Pls test the below measure:
AV1 = CALCULATE(SUM('Table'[Average])/COUNT('Table'[RAG]),FILTER(ALL('Table'),'Table'[Weekend]<=MAX('Table'[Weekend])))
Best Regards
Lucien
Anonymous
3 years agoNot applicable