Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
HI All,
I have the follwing dimensions Product Group, Country, Part Type.
I have written the following expression in straight table chart for Market NR:
=sum(Consumption)/sum(aggr(avg([Install Base]),[Product Group],[Part Type],Country))/(sum(TOTAL Consumption)/sum(TOTAL aggr(avg([Install Base]),[Product Group],[Part Type],Country)))
Now this is working when i filter .
For ex i have Affintiti 30 Product Group and Normal part type and country Brazil is selected then value is coming as 196 which is correct:
Now when i un-filter i am getting wrong value as 315:
Can you please help me where i am doing wrong.
Attached qvw.
Thanks,
Bharat
Try this
=Sum(Consumption)/Sum(Aggr(Avg([Install Base]),[Product Group],[Part Type],Country))/ (Sum(TOTAL <[Product Group], [Part Type]> Consumption)/Sum(TOTAL <[Product Group],[Part Type]> Aggr(Avg([Install Base]), [Product Group], [Part Type], Country)))
Try this
=Sum(Consumption)/Sum(Aggr(Avg([Install Base]),[Product Group],[Part Type],Country))/ (Sum(TOTAL <[Product Group], [Part Type]> Consumption)/Sum(TOTAL <[Product Group],[Part Type]> Aggr(Avg([Install Base]), [Product Group], [Part Type], Country)))