Hi,I do have a following problem:Time dimension with hierarchy [Time].[Year - Month] with levels Year and Month and some measures.For example calculated measure YTD:CREATE MEMBER CURRENTCUBE.[Measures].[YTD] AS AGGREGATE( YTD([Time].[Year - Month].CurrentMember) ,[Measures].[Value]), FORMAT_STRING = "#,##0.00;-#,##0.00", VISIBLE = 1 , DISPLAY_FOLDER = 'Calculated measures'; But I need to create a calculated measure [FY] which would show Full Year data for each month (meaning it would be constant for each month within one year).Does anyone has any idea?I would really appreciate it.Ondra
↧