For example I wrote:
Code: Select all
{[Time_days_month].[24.05.2014]:[Time_days_month].[31.12.2015]}
Code: Select all
{ LastPeriods(-99999, [Time_days_month].[24.05.2014]) }
{[Time_days_month].[Cube_name].([One].[1],[Period].[End_ofPeriod]):[Time_days_month].[31.12.2015]}
But of course it shows Error.
Is it possible to put values from Cube in MDX expressions and how I can do it?
or it is possible only If I use Filter?