Hi i have one ssrs report from which i have to calculate YTdi wrote below mdx expression but iam getting upto september only how to get upto october dataand if it is december i have to calculate upto Novemberhow to calculate this dynamically in mdx MEMBER [Measures].[YTD] AS (SUM([Date].[Month].&[4]:[Date].[Month].&[DatePart("m",Now())],[Measures].[Amount]))can any one suggest me how to do this...
↧