Fine-Design_Basic_Plugin_MDX_Explain=Syntax Reference MDX syntax.\nFor example:\nWITH\nMEMBER [Measures].[Special Discount] AS\n[Measures].[Discount Amount] * 1.5\nSELECT\n[Measures].[Special Discount] on COLUMNS,\nNON EMPTY [Product].[Product].MEMBERS ON Rows\nFROM [Adventure Works]\nWHERE [Product].[Category].[Bikes]\nNOTE: COLUMNS, ROWS can be replaced by 0,1, the query axis only supports returning two axis
Fine-Design_Basic_Plugin_MDX_Explain=Syntax Reference MDX syntax.\nFor example:\nWITH\nMEMBER [Measures].[Special Discount] AS\n[Measures].[Discount Amount] * 1.5\nSELECT\n[Measures].[Special Discount] on COLUMNS,\nNON EMPTY [Product].[Product].MEMBERS ON Rows\nFROM [Adventure Works]\nWHERE [Product].[Category].[Bikes]\nNOTE: COLUMNS, ROWS can be replaced by 0,1, the query axis only supports returning two axis