Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Ive got this on a Pivot table as Expression :
Avg(Aggr(Sum( costo_maximo),Semana,MP))
But the Avg only shows the result of the columns with a value.
Any suggestion?
Thanks!
Hi,
Instead of that expression try this
=Sum(Aggr(Sum( costo_maximo),Semana,MP)) / Sum(Aggr(1, Semana,MP))
Hope this helps you.
Regards,
Jagan.
This one doesnt work, shows me the same rasult always, look i let you what i wantin an excel, hope this helps.
Try deselecting option 'Suppress zero values' on presentation tab.
This one was always deselected
Then I think you need to post a sample file that demonstrate your issue.
I can't reproduce it with the option deselected.
Thanks for everything, with your idea of the suprees i just get noticed, those ones are no "0",otherwise thery are missing values!