![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a cube that has an amount measure (dollars), a time dimension(Month, Qtr, Year) and an account dimension(Acct Category, Acct). For one account I need to show the ending balance for the quarter rather than the sum of the months for that account. It looks like this if I do nothing: Jan Feb Mar Q1 Account1 20 15 10 45 Account2 30 25 15 70 But I need it to like this: Jan Feb Mar Q1 Account1 20 15 10 10 Account2 30 25 15 70 And this applies to only certain accounts in the account dimension, like account1, and the others need to have the months summed up into the quarter, like account2. Any help would be much appreciated. -- Message posted via http://www.sqlmonster.com |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
Martin, Thanks for your reply. What I am trying to do is change the rollup behavior of the amount measure for certain accounts only. So the MDX statement below doesn't tell me how I can limit the lastchild to a particular account. Also, the cube is accessed via the PivotTable Service in Excel so I am thinking that the logic needs to be a custom rollup formuala and not a calculated member. Thanks in advance. -- Message posted via http://www.sqlmonster.com |
![]() |
| Thread Tools | |
| Display Modes | |
| |