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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
mlombardi
Contributor
Contributor

Average orders by product across all months

Hi! 

Im willing to calculate the avg numer of orders placed by article avg the hole year. 

So if each month I get 3 orders of that article, the KPI should show 3. 

The problem is that I have many orders and clearly non of them includes all articles. 

I need to somehow aggregate the formula by article and month to later calculate de anual average of orders placed by product

 

Thank you!!

 

Labels (1)
1 Solution

Accepted Solutions
Vegar
MVP
MVP

If I understand you correctly then you should do something like this.

 

=avg(Aggr(Count(OrderID), Article, Month))

View solution in original post

1 Reply
Vegar
MVP
MVP

If I understand you correctly then you should do something like this.

 

=avg(Aggr(Count(OrderID), Article, Month))