I want to highlight the MAU for last week.
Now, currently I do it by checking the MAU for the period of last 30 days, with the offset of 7 days. So it basically tells me the rolling average MAU for the day that was 7 days ago.
What I want here is that I want the ROLLWIN for each of the 7 days of last week - and an average of that (Sum of ROLLWIN for 7 days / 7). This will essentially give me a single number which kind of covers all the 7 days in a single metric. Is there a way to solve it that way?
This is needed as I want to compare MAU performance of last week and last to last week. Hope I was able to explain the situation.