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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
YG
Contributor III
Contributor III

Getting Avg (Distinct Count) YoY

Hi All,

I am trying to get a Average Yoy of count. So far I have tried by 

Avg(Aggr(Count(distinct Incident_Number),[Opened.autoCalendar.Year])) // Wrong average

Below are the table columns and output

Columns.PNG

Output

Count.PNG

I want to get is YoY average of every year put in to Gauge chart. Any help would be appreciated. Thanks 

Labels (2)
2 Replies
tresesco
MVP
MVP

Could you share the output you are getting and the one you are expecting?

YG
Contributor III
Contributor III
Author

Hi There,

 

I am trying to achieve is the monthly average line. I have a screenshot from Power Bi which I am trying to replicate. 

 

 

Orange color  line is the targetOrange color line is the target

 

For the below chart

Ql.PNG

 

But i found it hard so I just want the value count(incident)/(count)months on a Gauge chart. Hope this helps