Forum Discussion
aortuno
8 years agoFrequent Visitor
13 Week Rolling Average Graph with Daily %
I know this has been somewhat asked but what I'm trying to do has a slightly different presentaion and I'm having a hard time figuring out how to create a rolling average. Below is a sample of ho...
Ashish_Mathur
8 years agoSuper User
Hi,
Remove the =SUM(Sheet1[VALUE]) from within the CALCULATE() function.
Does that help?
aortuno
8 years agoFrequent Visitor
Not really, it now shows the first three values the same as the first three from the VALUE column (7,6,3) and the rest of the column is empty.
Just to confirm the new formula is:
AVERAGE_CALCULATED = CALCULATE(SUM(Sheet1[VALUE]),DATESBETWEEN('Calendar'[Date],MIN('Calendar'[Date])-3,MIN('Calendar'[Date])))
Thanks again
- Ashish_Mathur8 years agoSuper User
Hi,
Share the link from where i can download your workbook.