I have a traditional Time dimension, MatchDate (Year - Qtr - Month). I have created a dummy dimension RelativeTime in trying to copy the Cognos functionality. I have tried to created a calculated member:
SUM(PeriodsToDate([MatchDate].[Year]),([RelativeTime].[Relative Time].[Current])) but it results in a errormess: Formula error - cannot find dimension member Any idea anyone?
After modifying the MDX syntax its working fine:
SUM(PeriodsToDate([MatchDate].[Year]),([RelativeTime].[Relative Time].&[1]))
This is giving me the YTD total, how do I create a Previous YTD ? I will try using ParallelPeriodLarra
No comments:
Post a Comment