Re: Different Aggregation Functions by Dimension
- From: Deepak Puri <deepak_puri@xxxxxxxxxxxxxxx>
- Date: Fri, 17 Mar 2006 11:29:26 -0800
Hi Emiliano,
If you use AS 2005 Enterprise Edition, there are some semi-additive
aggregation functions that may meet you needs:
http://msdn2.microsoft.com/en-us/library/ms189734.aspx
...
Semiadditive Function
Select the aggregation function for the selected measure. The following
table lists the aggregation functions that are available.
Value Description
AverageOfChildren
Aggregated by returning the average of the measure's children.
ByAccount
Aggregated by the aggregation function associated with the specified
account type of an attribute in an account dimension.
Count
Aggregated using the Count function.
DistinctCount
Aggregated using the DistinctCount function.
FirstChild
Aggregated by returning the measure's first child member.
FirstNonEmpty
Aggregated by returning the measure's first nonempty member.
LastChild
Aggregated by returning the measure's last child member.
LastNonEmpty
Aggregated by returning the measure's last nonempty member.
...
- Deepak
Deepak Puri
Microsoft MVP - SQL Server
*** Sent via Developersdex http://www.developersdex.com ***
.
- References:
- Re: Different Aggregation Functions by Dimension
- From: ellerado
- Re: Different Aggregation Functions by Dimension
- Prev by Date: Getting The latest available data
- Next by Date: Re: Panorama Nova View
- Previous by thread: Re: Different Aggregation Functions by Dimension
- Next by thread: How to handle boolean field
- Index(es):