Tabular Calculation Group Column Element
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
Name | String | Specifies the name of the object. This name can be used to reference this object from anywhere else in the program. This is a required property | |
SourceColumn | String | Specifies the name of the column in the parent table that this tabular model column will summarize. This is a required property | |
DataType | TabularDataType | Automatic | Specifies the SSAS tabular data type that should be used for this column. In most cases, the data type can be inferred from the SourceColumn and the SummarizeBy aggregate function. This property is used when that inferred type needs to be overridden. |
Description | String | Specifies an optional description to be displayed with the calculation group object in client tools. | |
IsHidden | Boolean | False | Specifies whether or not this tabular calculation group column is hidden from reporting clients. |
SortByColumn | String | Specifies a different column in the same calculation group that will be used to sort the values in this column. If not specified, the column will be sorted based on its own values. |
Collection Children
Child | API Type | Description |
---|---|---|
<Annotations> <Annotation /> </Annotations> | AstAnnotationNode | This is a collection of annotation items that can be used to specify documentation, tags, or other information. Annotations are particularly useful for storing information about nodes that can be used by BimlScript code. |