Attribute Relationships - Configure Attribute Properties
Applies to: SQL Server Analysis Services Azure Analysis Services Fabric/Power BI Premium
The following table lists and describes the properties of an attribute relationship.
Property | Description |
---|---|
Attribute | Contains the name of the attribute. |
Cardinality | Indicates the cardinality of the relationship. Values are Many, for a many to one relationship, or One, for a one to one relationship. Default value is Many. In Microsoft SQL Server SQL Server Analysis Services, the cardinality property has no effect - its use is reserved for a future implementation. |
Name | Contains the friendly name of the attribute. |
RelationshipType | Indicates whether member relationships change over time. Values are Rigid, which means that relationships between members do not change over time, or Flexible, which means that relationships between members change over time. Default is Flexible. If you define a relationship as flexible, aggregations are dropped and recomputed as part of an incremental update (they will not be dropped if only new members are added). If you define a relationship as rigid, SQL Server Analysis Services retains aggregations when the dimension is incrementally updated. If a relationship that is defined as rigid actually changes, SQL Server Analysis Services generates an error during incremental processing. Specifying the appropriate relationships and relationship properties increases query and processing performance. |
Visible | Determines the visibility of the attribute relationship. Values are True or False. Default is True. |