Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Partial average in pivot table

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.

8 Replies
sunny_talwar

Have you tried

Avg(Aggr(YourExpression, METRIC, Year, Month))

Not applicable
Author

Sunny,

Tried that, both as a calculated dimension and as expression, an error message appears.

jyothish8807
Master II
Master II

Hi Maria,

Is this what your looking for ?

Regards

KC

Best Regards,
KC
sunny_talwar

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

Not applicable
Author

KC,

sorry, can you re-send?  can't seem to see your attachment.

sunny_talwar

Open this link to see the attachment:

Re: Partial average in pivot table

Not applicable
Author

Sunny,

thanks for the link. unfortunately, I am using personal edition so I can't open it....

Not applicable
Author

Will try your suggestion, thanks.