![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I fairly new to SQL Server 2005 SSAS. I'm using the sample that is provided with 2005. I have the following MDX statement: WITH SET [Data] AS '{[Measures].[Internet Order Count], [Measures].[Internet Total Product Cost], [Measures].[Internet Sales Amount], [Measures].[Internet Average Unit Price], [Measures].[Internet Gross Profit Margin]}' SELECT [Data] ON COLUMNS, [CUSTOMER Geography].[Country].AllMembers ON ROWS FROM [Adventure Works] It returns the data correctly, however, I want to add the grand totals for each column, like it does when you use the browser in BIDS. Any help is appreciated and thanks in advance |
![]() |
| Thread Tools | |
| Display Modes | |
| |