FactAggregations enumeration

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the types of aggregation used for fact data.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Enumeration FactAggregations
'Usage
Dim instance As FactAggregations
public enum FactAggregations

Members

Member name Description
Average Represents the average of the values.
Count Represents the count of the values.
Max Represents the maximum value.
Min Represents the minimum value.
None Represents no specified aggregation type.
StDev Represents the statistical standard deviation.
Sum Represents the sum of the values.
Variance Represents the statistical variance.
FirstOccurance Represents the first found value.

Remarks

FactAggregations is used for the multidimensional mapping of a tabular data source.

See also

Reference

Microsoft.PerformancePoint.Scorecards namespace