![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi to all, I know I can make a Union with sets from the same dimension: SELECT {[Measures].[Warehouse Sales]} ON COLUMNS, UNION( {[Store].[USA].[WA].Children}, {[Store].[USA].[OR].Children}, ON ROWS FROM Warehouse but can I make a union of sets from different dimensions? The following query raises a Calculation error - unknown error: SELECT {[Measures].[Warehouse Sales]} ON COLUMNS, UNION( {[Store].[USA].[WA].Children}, {[Product].[Food].Children}) ON ROWS FROM Warehouse The reason for this is that I need to present both data on the same page, and I'm trying not to run 2 different queries. THX |
![]() |
| Thread Tools | |
| Display Modes | |
| |