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: 
Not applicable

Duvida com AVG

Boa tarde Pessoal,

Estou com dificuldades para projetar a media de vendas por mes. Minha tentativa no slide abaixo. Mas, gostaria de um resultado com o segundo slide.

Segue em anexo meu QVD.

Obrigado desde já.

Media de pedidos por mes.png

DashboardEx2Temporario.png

1 Solution

Accepted Solutions
Not applicable
Author

This expression Satisfied my necessity

=Count({1<Ano = {$(=Max(Ano))}>}DISTINCT SalesOrderID) / 12

thx for the comment.

View solution in original post

2 Replies
MK9885
Master II
Master II

Maybe use....

Sum(SalesOrderID)/ count({<YourDimensionsHere>} Total distinct Mes)

What number are you expecting as average?

Check the below link and search same in community

Calculate average pr month

Not applicable
Author

This expression Satisfied my necessity

=Count({1<Ano = {$(=Max(Ano))}>}DISTINCT SalesOrderID) / 12

thx for the comment.