Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am looking for a 3 days moving average - I can calculate it, using
rangeavg(above(sum(Score),0,3))
but I want to display only the result for the highest date.
so instead of

I would like to see only the yellow highlighted one, when I try to filter my calculation changed since it is ignoring the non filtered. .
I tried to apply so set analysis to it but did not help.
Any idea?
Try this
rangeavg(above(sum({<MyDate>}Score),0,3)) * Avg(Aggr(If(Max(TOTAL <Name> MyDate) = MyDate, 1), Name, MyDate))
I have assumed that max mydate might differ for each name... if this isn't true, then you can have a simpler expression
Please see the attached file.. (I am using version 12). Hope this is what you are looking for:

Not matching original calculations?
moving average is
24/10/2017 Ben 75.33 and not like you have 100
24/10/2017 Julia 75.33 and not like you have 85
Not matching original calculations?
moving average is
24/10/2017 Ben 75.33 and not like you have 100
24/10/2017 Julia 75.33 and not like you have 85
Sunny do have the calculations that you need (75.33). Did you check ?
no Sunny go something else? no? or am I very confused?

This is what Sunny is getting:

Are you not seeing this?