Forum Discussion
3 month rolling average with Last Value
See if my Time Intelligence the Hard Way provides a different way of accomplishing what you are going for.
https://community.powerbi.com/t5/Quick-Measures-Gallery/Time-Intelligence-quot-The-Hard-Way-quot-TITHW/m-p/434008
- Tazmastablasta7 years ago
Helper I
Thank you so much, I will try.
- dax7 years ago
Community Support
Hi Tazmzstablasta,
Did this help you solve your issue? If so and if you'd like to, you could mark corresponding post as answer or share your solutions. That way, people who in this forum and have similar issue will benefit from it.
Thanks for your understanding and support.
Best Regards,
Zoe ZhiIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Tazmastablasta7 years ago
Helper I
Hi Zoe Zhi
Thank you so much for this, but no. My original formula and yours are doing the same thing but The idea is to calulate rolling 3 month avg every month form last submitted score per ID.
So May average would be would be 3 (12(Mar,Apr,May)/4) and the value for ID 1 Score would be =2
But in June average would be would be 3.8 (19(Apr,May,Jun)/5) and the value for ID1 score would be =3
Like so
ID SCORE DATE
2 3 3/19
1 * 2 4/19
6 3 5/19 May(avg Mar,Apr,May) 3+*2+3+4/4 = 3
3 4 5/19
4 4 6/19 June(avg April May June) 3+4+4+*3+5/5= 3.8
1 * 3 6/19
6 5 6/19
And what I am looking for is to Sum only the last submitted value per ID. and calculate 3 month rolling avg.
Do you think you could help me with this ?