Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am new here and trying to develop a dashboard with average deliveries by month. I would expect my average delivery qty in Jan for supplier AABC = 2092. I tried the expression below but the average calculation seems to be wrong. Thanks in advance
Sum( Delivery_Qty) / count({<Supplier>} total distinct Month)
May be try this
Avg(Delivery_Qty)
Thanks. works perfect. avg(Delivery_Qty):)..That simple.
Sodavid, is it possible for you to click the Accept as Solution on the post that got you what you needed? This way things get noted as solved, so other people looking for things will know this one was actually solved and not just answered.
You are also going to see the post move, we are trying to get things into the correct spots, sorry for the inconvenience on that.
Regards,
Brett