![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
In AS2005 is it possible to set up different aggregate functions depending on dimension? E.g. with a balance measure. For all dimensions except time use Sum as the aggregate function. For Time use LastChild as the Aggregate function. e.g. Sum across customers, divisions, etc. For Time: Months take the last fortnight in the month, Years take the last month in the year. Thanks |
#3
| |||
| |||
|
|
AS2005 has a number of these semi-additive aggregates built-in. When you select a measure you can specify a number of extra aggregations, two examples are LastChild and LastNonemptyChild. If you look up "Measure and Measure Group Properties" in BOL it has more details. I believe all the semi-additive measures do not aggregate over time dimensions. (Note: It looks like there is an error in BOL as Count is marked as semi-additive, when I it should be marked as Additive) -- Regards Darren Gosbell [MCSD] Blog: http://www.geekswithblogs.net/darrengosbell In article <37AFA32F-717A-41CB-A0E2-F58663FD2644 (AT) microsoft (DOT) com>, acius (AT) nospam (DOT) nospam says... In AS2005 is it possible to set up different aggregate functions depending on dimension? E.g. with a balance measure. For all dimensions except time use Sum as the aggregate function. For Time use LastChild as the Aggregate function. e.g. Sum across customers, divisions, etc. For Time: Months take the last fortnight in the month, Years take the last month in the year. Thanks |
![]() |
| Thread Tools | |
| Display Modes | |
| |