Created
April 18, 2016 09:35
-
-
Save buggtb/6b45ae32a062a283940d20a0521e7433 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| WITH | |
| SET [~ROWS] AS | |
| Hierarchize({{[Time].[Years].Members}, {[Time].[Quarters].Members}, {[Time].[Months].Members}}) | |
| SELECT | |
| NON EMPTY {[Measures].[Quantity]} ON COLUMNS, | |
| NON EMPTY [~ROWS] ON ROWS | |
| FROM [SteelWheelsSales] | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment