Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi I am trying to calculate the total percentage in this qva, any help would be appreciated.
I have attached the file.
Use sum of rows option. by defaul it will be sum of expression.
hi
maybe you can help this to you
if(Dimensionality()=0,
sum(aggr([Monthly Goal]/sum(Total [Your Expression in Monthly Goal]),Dimensions)),
[Monthly Goal]/sum(Total [Your Expression in Monthly Goal]))
regard
GERNAN
HI
Select Chart Property->expression->Select Sum of rows button .
Try it.
Regards:
Narender
hi
i think like this ?
if(Dimensionality()=0,
sum(Total [Total Billed GP])/sum(Total [Your Expression in Monthly Goal]),
[Total Billed GP]/sum([Your Expression in Monthly Goal]))
regard
GERNAN
send your field name expression once ?...i mean GOAL % expression?
Thanks I will try this and will respond.