Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have this pivot table where I want to calculate percent of increase or decrease based on the first year (2013). Any ideas?
thanks
try this
(
sum(OrganicClients)-Sum({1<FISYR={$(=Min({1}FISYR))}>}OrganicClients)
)
/
Sum({1<FISYR={$(=Min({1}FISYR))}>}OrganicClients)
May be this
Sum(Measure)/Sum(TOTAL <GM> {<FISYR = {"$(=Min(FISYR))"}>} Measure) - 1