Forum Discussion
Dunner2020
Post Prodigy
5 years agoProblem with monthly average measure
Hi there, Sorry for asking for a trivial issue. I have been stuck on the calculation for hours. I have got five years of monthly data. I want to calculate the cumulative sum of the average monthl...
- 5 years ago
Dunner2020 , then you need to RY Month NO
Monthly_average_measure = calculate(Averagex(values(Date['Month']),[sum_measure]), allexcept(Date,Date[RY Month NO]))
better would be
Monthly_average_measure = calculate(Averagex(values(Date['Month']),[sum_measure]), filter(allselected(Date),Date[RY Month NO])=max(Date[RY Month NO]))
Anonymous
5 years agoNot applicable
Can you share the excel spreadsheet with Data OR the list of coluns in base Table. I can write the measure on that Data.
Dunner2020
Post Prodigy
5 years agoHi Anonymous ,
Here is the link of pibx file https://1drv.ms/u/s!AucycxZHFe9TjS6G96JVtgslQLBX?e=1Njrdx