0

I have two different datasets and the dataset querying from the SQL Server database has parameters FY and Quarter.

The second dataset which is pulling from the cube data has to use the same parameters as dataset 1 .How to add these parameters to the MDX query ?

... SELECT NON EMPTY { [Measures].[Over] } ON COLUMNS , NON EMPTY { ([Date].[FY].[FY Name].ALLMEMBERS * [Date].[FY].[FY].ALLMEMBERS * [Org].[LevelID].[LevelID].ALLMEMBERS ) } DIMENSION PROPERTIES MEMBER_CAPTION, MEMBER_VALUE, MEMBER_UNIQUE_NAME ON ROWS FROM [Ranking] CELL PROPERTIES VALUE, BACK_COLOR, FORE_COLOR, FORMATTED_VALUE, FORMAT_STRING, FONT_NAME, FONT_SIZE, FONT_FLAGS ...

Swara
  • 15
  • 7

0 Answers0