Forum Discussion
Aahil10
5 years agoFrequent Visitor
Show Rolling Average on Daily Basis
Hello! I'm trying to show the rolling average of a dataset on a day to day basis. I am calulcating the average operating rate (%) for a given month. I was able to calculate the Rolling Average for ...
- 5 years ago
Hi,
This measure should work on a card visual. Ensure that there is a Calendar table with a relationship to the Date column of your Data Table. To your slicer, drag Date from the Calendar Table and selected a Date.
Measure1 = calculate([Assy OR],datesmtd(calendar[date]))
Ashish_Mathur
Super User
5 years agoAahil10
5 years agoFrequent Visitor
Thanks!
I think this almost solves it, but now I'd like to Display the Monthly OR value for a given date on a card. If I try in your file, I get a blank.
So when the a Date e.g March 9 is selected, I can display Monthly OR as 96.82%
- Ashish_Mathur5 years ago
Super User