Measures
A measure is a numeric field whose values can be aggregated and analyzed in an OLAP cube. Common measures include Sales Total, Costs, Margins, and Quantities. Measures provide the quantitative data for cube analysis, enabling comparisons, calculations, and trend identification.
Within the OLAP Manager, measures are organized into Measure Groups. These groups improve navigation and usability by categorizing measures for quicker access during analysis. Measure groups have no impact on cube functionality, but it is considered best practice to organize measures logically — for example, grouping value-based measures separately from quantity-based measures. Before creating a measure, you must first create a measure group.
You can refresh measure data at any time by clicking Refresh Screen Data in the Options panel.
Add measures to a cube
Make the cube editable
- In the Administration page, select OLAP Manager from the sidebar.
- In the cube list, select the cube where you want to create measures.
- Clear the In Production checkbox.
- Click Save.
Create a measure group
- In the Options panel on the right, click the Navigation icon.
- Select Slices.
- In the Options panel, click the Add Folder icon.
- Enter a group name.
- Click Save.
Create a measure
- In the measure list, expand a dimension group.
- Click Add.
- In the Measure Properties panel, fill in all required fields.
- Click Save.
Measure properties
| Field | Description |
|---|---|
| Description | Text label identifying the measure. |
| Field Name | Name for the column in the cube table. Use only uppercase letters and avoid SQL keywords. Example: ... |
| Data Type | .NET data type that most closely matches the data source type. |
| Folder | Measure group where the measure is stored. |
| Precision | Size of the data type, if applicable. |
| Scale | Number of decimal places for the Decimal data type. |
| Summarizable | System behavior where the sum of the measure value is calculated at the cube aggregation level. When selected, the cube calculates the aggregation totals for measures such as Quantity, Amount, Margin, or Cost. When cleared, measures remain at 0. It is strongly recommended to keep this option selected. |
Manage measure groups
Edit a measure group name
- In the measure list, expand a measure group.
- Modify the group name.
- Click Save.
Delete a measure group
- In the measure list, expand a measure group.
- Click Delete.
- In the confirmation message, select the confirmation option, and then click Yes.
Manage measure
Edit a measure
- In the measure list, expand a measure group.
- Select a measure to open the Measure Properties panel.
- Make the necessary changes.
- Click Save.
Delete a measure
- In the measure list, expand a measure group.
- Select a measure to open the Measure Properties panel.
- Click Delete.
- In the confirmation message, select the confirmation option, and then click Yes.