Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
icreated pivot chart , i am using two dimension category and Month and expression sum(Visit).
i want to calcilate relative % as second expression but in pivot there is no option for realtive calculation
please suggest how to achive this in pivot chart.
Depending on what you mean by "relative", it may be one of these, or something similar:
sum(Visit)/sum(total Visit)or sum(Visit)/sum(total<Month> Visit)orsum(Visit)/sum(total<category> Visit)
Regards,Michael