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: 
Mini_Elaine
Contributor III
Contributor III

Aggregation average for a measure master item

Hi All,

I have a measure master item called as 'on target' based on 4 different dimensions for my product. This 'on target' field is % with missing data. I would like first to display the products with 'on target' calculated and a KPI for average % of 'on target' field.

It works perfectly on table chart to calculate average however it doesnt work with KPI. I used Avg(Aggr([On target], [Product])) to calculate KPI and on table chart I used Qliksense average to display. Any clue why it returns two different values? How can I make it average to show 83% as table shows rather 7% from KPI chart?

 

Many thanks,

 

Min

Mini_Elaine_0-1705493630022.png

Mini_Elaine_1-1705493796341.png

 

 

 

 

Labels (2)
4 Replies
anat
Master
Master

Avg(Aggr(Avg([On target]), [Product])) 

Mini_Elaine
Contributor III
Contributor III
Author

Thanks Annat. It didnt work as Qliksense couldn't find my [On target] field as a measure in purple colour?

Chanty4u
MVP
MVP

  • Try this
  • Avg(TOTAL <[Product]> [On target])
Aasir
Creator III
Creator III

Avg([On target])
This should work, a view of measures on each table side panel is required to tell with additional context.