After loading, at bar graph level I am doing sum(Rev) and I am getting below output MoM...
Month
Rev
apr
9
may
13
I want to show Month-on-Month Growth also in the same bar graph (as a symbol)
eg. For the month of May, my growth will be (13-9)/9
Pls suggest how to achieve this!!
Like we have "Full Accumulation" property to get total values, do we have any separate property to get the difference values also..or is there any other approach?