September 16, 2009 at 11:52 pm
Hi all,
I am trying to do the CAGR calculation which may be for 2 or 3 years.I want to get to the same period two or three years back.If I am in Q1 2009 I want to get Q1 2007 or Q1 2006. If I am in Dec 2008, I would like to get Dec 2006 or Dec2005. I can even create two different calculations CAGR2 and CAGR3. But I want to go to the particular level. Is there a way to do that like the parellel period function that takes me one year back,can I be taken two or three years back to the same level?
Thanks and Regards,
Valli
September 17, 2009 at 11:33 am
You would just change the number of periods that you want to go back from 1 to 2 or 3.
So this would go back three years for what ever member you are currently evaluating in your hierarchy.
ParallelPeriod ([Date].[Calendar].[Calendar Year]
, 3
, [Date].[Calendar].CurrentMember)
----------------------------------------------------------------------------------------
Dan English - http://denglishbi.wordpress.com
September 18, 2009 at 1:52 am
Thanks Dan, It works fine
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply