![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a time analysis utility dimension called Period that has a member of current. I created a few calculated members such as MTD, YTD, QTY, YearTtl, MonthTtl. I also have 5 measures: M1, M2, M3, M4, M5. The time dem is Year, Month, Day. How do I create a calculated member that is: (MTD of M1)/(MonTtl of (M1 + M2 + M3 + M4)) (YTD of M1)/(YearTtl of (M1 + M2 + M3 + M4)) Thanks for any help. |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
You could implement it as a single calculated measure, depending on how you determine which of the 2 expressions to use - is it based on the level of [Time].CurrentMember? - Deepak Deepak Puri Microsoft MVP - SQL Server *** Sent via Developersdex http://www.developersdex.com *** |
#5
| |||
| |||
|
| Sum({[Time].FirstSibling:[Time].CurrentMember}, |
![]() |
| Thread Tools | |
| Display Modes | |
| |