![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I have created a calculated measure to show the max value of each year on each row: Max({[Period].members},[Measures].[Revenue]) 2003 Jan 2000 Feb 3000 Mar 4000 2004 Jan 1000 Feb 1500 In my case i get 4000 as the max and every row (in 2003 AND 2004) it shows 4000, but i would like to show 4000 for each month in 2003 and 1500 for each month in 2004. I have tried : Max({[Period].[Year].members},[Measures].[Revenue]) But than the calculated measure is empty (that is, i think this is the way to get the max per year). Anyone can help me out with this query? Thnx, Stanley |
#3
| |||
| |||
|
|
You can try: Max({[Period].currentmember.Siblings},[Measures].[Revenue]) "Stanley" <Stanley (AT) discussions (DOT) microsoft.com> дÈëÏûÏ¢ news:42D8DF54-DEAD-4F6F-8DDC-624D47EAAB72 (AT) microsoft (DOT) com... Hi, I have created a calculated measure to show the max value of each year on each row: Max({[Period].members},[Measures].[Revenue]) 2003 Jan 2000 Feb 3000 Mar 4000 2004 Jan 1000 Feb 1500 In my case i get 4000 as the max and every row (in 2003 AND 2004) it shows 4000, but i would like to show 4000 for each month in 2003 and 1500 for each month in 2004. I have tried : Max({[Period].[Year].members},[Measures].[Revenue]) But than the calculated measure is empty (that is, i think this is the way to get the max per year). Anyone can help me out with this query? Thnx, Stanley |
![]() |
| Thread Tools | |
| Display Modes | |
| |