dbTalk Databases Forums  

measure with an aggregate function such as avg

microsoft.public.sqlserver.olap microsoft.public.sqlserver.olap


Discuss measure with an aggregate function such as avg in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
jemma.kodai@gmail.com
 
Posts: n/a

Default measure with an aggregate function such as avg - 02-15-2006 , 05:27 AM






hi
i am a beginner working with Microsoft SQL analysis services
i want a solution to a problem which i cant solve.
i want measure with an aggregate function other than sum,min,max,count
or distinctcount,
like for example avg,
please help me out in this regard


Reply With Quote
  #2  
Old   
Deepak Puri
 
Posts: n/a

Default Re: measure with an aggregate function such as avg - 02-15-2006 , 12:22 PM






AS 2005 Enterprise Edition allows you use semi-additive aggregation
functions, such as AverageOfChildren:

http://msdn2.microsoft.com/en-us/library/ms189734.aspx
Quote:
Define Semiadditive Behavior (Business Intelligence Wizard) (SSAS)
...
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.
...
Quote:

- Deepak

Deepak Puri
Microsoft MVP - SQL Server

*** Sent via Developersdex http://www.developersdex.com ***


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.