If the TIME dimension is added in the SELECT clause, the following MDX statement is: SELECT CrossJoin({[Order Status].[Disputed],
8. Question 8 If the TIME dimension is added in the SELECT clause, the following MDX statement is: SELECT CrossJoin({[Order Status].[Disputed], [Order Status].[Resolved]}, {[Measures].[Sales], [Measures].[Quantity]}) ON COLUMNS, {[Product].[ClassicCars]} ON ROWS…
