Stores information about the attributes associated with each column within analysis models
Data model

Fields
| Field |
Type |
Description |
| can_filter* |
BIT |
Indicates whether the attribute can be used to filter the data |
| can_sort* |
BIT |
Indicates whether the attribute can be used to sort the data |
| column_id* |
UNIQUEIDENTIFIER |
Identifier of the column to which the attribute belongs |
| created_date* |
DATETIME |
Record creation date |
| id* |
UNIQUEIDENTIFIER |
Attribute ID |
| type* |
VARCHAR (10) |
Indicates whether the attribute corresponds to a column or measure |
Primary Key
References
| Column |
Referenced Table |
Referenced column |
Name |
| column_id* |
dbo.DMM_COLUMN |
id |
FK01_DMM_ATTRIBUTE |