Business Intelligence Properties [AX 2012]
Updated: July 24, 2014
Applies To: Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2, Microsoft Dynamics AX 2012 Feature Pack, Microsoft Dynamics AX 2012
This topic provides a description of the Business Intelligence (BI) properties in Microsoft Dynamics AX that are used to define cubes that can be deployed to a SQL Server Analysis Services database. Property descriptions are divided into the following categories.
The following properties are in the Properties sheet when a table is selected in the Application Object Tree (AOT).
| Property | Description | ||
|---|---|---|---|
| IsLookup | Determines whether to generate a consolidated dimension or a distinct dimension. You can specify one of the following values.
For more information about dimensions and star and snowflake schemas, see Introduction to Dimensions (SQL Server Books Online). | ||
| AnalysisIdentifier | Specifies the table field that is referenced as the dimension instance identifier. The AnalysisIdentifier property sets the NameColumn property on the key attribute of the dimension. The Name property determines the value that is displayed by the key attribute. The key attribute is inferred from the indexes of the table where AllowDuplicates is false and all the fields in the index are in the view or table of the perspective. | ||
| AnalysisDimensionType | Determines the type of dimension created based on the IsLookup property setting. You can specify one of the following values. IsLookup property set to Yes
IsLookup property set to No
| ||
| AnalysisDimensionLabel | Names the dimension that is generated. If this property is not specified, the label of the table or view is used to name the generated dimension. | ||
| AnalysisKeyAttributeLabel | Names the key of the dimension that is generated. If this property is not specified, the label of the dimension is used to name the key attribute. | ||
| AnalysisMeasureGroupLabel | Names the measure group that is generated. If this property is not specified, the label of the table or view is used to name the generated measure group. | ||
| TitleField1 | The key field for the records in the table to use as the fallback of the ID of the dimension. If you do not set this property, fields set as measures will not be included in the cube and the table will not be included in the data source view and after the cube is generated. |
The following properties display in the Properties sheet when a field from table is selected in the AOT.
| Property | Description | ||
|---|---|---|---|
| AnalysisLabel | Specifies the label for the field when it is used as a dimension attribute or measure. Only specify a label for this property when the label supplied for the Label property is not appropriate. | ||
| AnalysisUsage | Identifies the role of the field in the cube. You can specify one of the following values.
| ||
| AnalysisDefaultTotal | Determines the aggregate function for a measure. Use this property when AnalysisUsage is set to Measure. You can specify one of the following values.
| ||
| ExchangeRateDateField | The date to use to calculate the value in the consolidation currency. This optional property is used only with MST fields. |
The following properties are in the Properties sheet when an extended data type is selected in the AOT.
| Property | Description | ||
|---|---|---|---|
| AnalysisUsage | Identifies the role of the extended data type in the cube. This setting is propagated to all table fields that reference the extended data type. However, the setting can be overridden on the table field. Specify one of the following values.
| ||
| AnalysisDefaultTotal | Determines the aggregate function for a measure. Use this property when AnalysisUsage is set to Measure. You can specify one of the following values.
The aggregate function can be overridden at the field level. That is, you can change the aggregate function for the field using the AnalysisDefaultTotal property for the field. |
The following BI properties display in the Properties sheet when an enumeration is selected in the AOT.
| Property | Description |
|---|---|
| AnalysisUsage | Identifies the role of the enumeration in a cube. This setting is propagated to all table fields that reference the enumeration. However, the setting can be overridden on the table field. Specify one of the following values.
|
The following BI properties display in the Properties sheet when a perspective is selected in the AOT.
| Property | Description |
|---|---|
| Usage | Specifies the materialization options for a Microsoft Dynamics AX perspective. You can specify one of the following values.
|
| SharedDimensionContainer | Determines whether to share items in the perspective. When true, the items in the perspective are added to all other perspectives that are in the project and no cube is created for the perspective. |
The perspective table properties are the same as the BI table properties. The BI property settings in the Perspectives node override BI property settings on the table itself. Use table property settings in the Perspectives node when you do not want to set properties on the table itself, for example, when a table will be used in multiple perspectives.
Announcements: To see known issues and recent fixes, use Issue search in Microsoft Dynamics Lifecycle Services (LCS).
Note