Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am quite new to Qlik Sense and require some expert help regarding the following situation. Is there any expression that I can use to calculate the average of a selected datapoint? For instance if you consider the table below:
Type | Count |
---|---|
Apples | 100 |
Pears | 20 |
Apples | 130 |
Pineapple | 40 |
Orange | 20 |
From this table if I want to calculate only the average of "apples" then how do I do it? I require this for a chart function where I need to show the average count of a specific field by days.
Any help in this regard is much appreciated.
Best regards,
Fariha
May be this:
Avg({<Type = {'Apples'}>} Count)
Thank you so much, this worked!
If your question is now answered, please flag the Correct Answer (via the big "Correct Answer" button near every post) and use Helpful Answers for (other) posts in the topic that are Helpful (so not the case in this topic so far).
I will make the corrections for you in this topic.
Thanks for letting me know. I will keep this in my mind for my next posts