MDX PeriodsToDate Function
问题 I am unable to get periodsToDate to work in MDX. I am getting the sum value when i am setting the periods to year level, but i am unable to get the sum values for quarters, months and days level. This is my query for the year level (which is working fine). With MEMBER [Measures].[Cumul Claim Cost] AS 'Sum ( PERIODSTODATE ( [Valuation Date].[Year].[All].Level, [Valuation Date].[Year].CurrentMember ) ,[Measures].[Cost] )' select {[Measures].[Cumul Claim Cost], [Measures].[Cost]} on columns, {