Hi i created an ssrs report using mdx queries
in that i have to calculate YTD to calculate data upto current month
i wrote below query
MEMBER [Measures].[YTD] AS (SUM([Date].[Fin Year Month Name].&[01April]:[Date].[Fin Year Month Name].&[07October],[Measures].[Amount]))
but i want dynamical updation i.e., for next month it has to take upto november
can any one please suggest me how to do this....