Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I´m trying to create an expression that calculate the month variation of two numbers, like January=102 vs. February =104, so the variation is 104/102=1.96%, anyone can help me.
Thanks
PD: sorry my English
Roberto
Hi
Not sure to understand your issue but I think you should use ABOVE function.
Create an expression : Sum( Datos) / Above(Sum(Datos))
With a dimension : Year & Month
JJ