Skip to main content

Enum SsasAggregationFunction

Namespace: Varigence.Languages.Biml.Cube

Assembly: Biml.dll

C#


public enum SsasAggregationFunction

Fields

FieldsDescription
AverageOfChildrenSpecifies that the average of all non-empty leaf descendants in time should be used.
ByAccountSpecifies that each CurrentMember of the Account dimension will have an aggregation chosen based on its account type. The default is Sum.
CountSpecifies that the count of column values should be used.
DistinctCountSpecifies that a count of the distinct column values should be used.
FirstChildSpecifies that the first child member on the time dimension should be used.
FirstNonemptySpecifies that the first non-empty child on the time dimension should be used.
LastChildSpecifies that the last child member on the time dimension should be used.
LastNonemptySpecifies that the last non-empty on the time dimension should be used.
MaxSpecifies that the maximum of the column values should be used.
MinSpecifies that the minimum of the column values should be used.
NoneSpecifies that no aggregation should be used.
SumSpecifies that the sum of column values should be used.