Quantcast
Channel: SQLServerCentral » Reporting Services » Reporting Services » Latest topics
Viewing all articles
Browse latest Browse all 2791

How Calculate YTD to get data dynamically

$
0
0
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...

Viewing all articles
Browse latest Browse all 2791

Trending Articles