Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.