How to display multiple dimensions on rows in MDX query?
问题 I have measure called Sales KG in my cube and two dimensions: Groups and Formats . Is there anyway to display last ones in single row? I have this query: select [Measures].[Sales KG] on Columns, [Formats].[Format_TT].[Format_TT] on Rows from [Model] and it's working, but when I try to follow examples from Internet and turn it into: select [Measures].[Sales KG] on Columns, { ([Formats].[Format_TT].[Format_TT]), ([Groups].[Group_Name].[Group_Name]) } on Rows from [Model] Everything ends with