Closed 18516979324 closed 1 year ago
I need to write an mdx query that limits its results by the value of a dimension but also by a date range SELECT [Measures].[SUM] ON 0 FROM [Charge] WHERE {[Time].[YQMD].[Y].&[2018]:[Time].[YQMD].[Y].&[2022]} But it is an empty result set
SELECT [Measures].[SUM] ON 0 FROM [Charge] WHERE {[Time].[YQMD].[Y].&[2018]:[Time].[YQMD].[Y].&[2022]}
I need to write an mdx query that limits its results by the value of a dimension but also by a date range
SELECT [Measures].[SUM] ON 0 FROM [Charge] WHERE {[Time].[YQMD].[Y].&[2018]:[Time].[YQMD].[Y].&[2022]}
But it is an empty result set