Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Good afternoon everyone! I have been trying unsuccessfully to get a partial average (instead of partial sums) on the dimension "Month" as shown in the pivot table shown below. Hope anyone can help. Thanks in advance.
Have you tried
Avg(Aggr(YourExpression, METRIC, Year, Month))
Sunny,
Tried that, both as a calculated dimension and as expression, an error message appears.
Hi Maria,
Is this what your looking for ?
Regards
KC
I think this is what you need to try as an expression:
Avg(Aggr(Sum([Total MRCPhP]), METRIC, Year, Month))
I think you forgot to add Sum() when you used this has expression
KC,
sorry, can you re-send? can't seem to see your attachment.
Open this link to see the attachment:
Sunny,
thanks for the link. unfortunately, I am using personal edition so I can't open it....
Will try your suggestion, thanks.