Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
please help to calculate last 3 months of avg. in pivot table.
thanks,
Raja
for example calculating last 3 month sales average
avg({<month={$(=max(month)-3)}>}sales)
or
=avg({<month={">=$(=max(month))<=$(=max(month)-3)"}>}sales)
Avg({<month={">=$(=max(month)-3)<$(=max(month))"}>}Sales)