> For the complete documentation index, see [llms.txt](https://docs.pentaho.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pentaho.com/pba/pentaho-analyzer-cp/working-with-analyzer-measures/about-measure-properties-in-analyzer.md).

# About measure properties in Analyzer

You can update the properties on base measures and calculated measures within Analyzer. For example, you may want to rename 'QTY' to 'Quantity,' change the aggregation method from a sum to an average, or adjust the MDX formula on a calculated measure. When you make and save such a change to a measure, you are making a change to the data source which will affect all users who are creating reports based on that data source. In addition, when you save your report after making inline modeling changes, the **Undo** and **Redo** buttons are unavailable. Therefore, it is recommended that you complete all your inline modeling changes, including 'undoing' or 'redoing' those changes, prior to saving the report.

While most users can view the properties of a measure in Analyzer, select users can edit some of these properties. To edit, you must be assigned the **Manage Data Sources** operation permission in Users and Roles. For more information on setting and maintaining permissions and roles for users, see [Use Pentaho Security](/pba/pentaho-user-console/classic-design/about-pentaho-user-console-perspectives/administration/manage-users-and-roles-in-puc.md).

You can only update the properties for base measures and for calculated measures which were added to the data source in Analyzer. However, you can only edit the **Display Name** for calculated measures created in PDI and published to Analyzer. To change additional properties, you will need to edit the calculated measure in PDI. See **Pentaho Data Integration** for more information.

You can use hidden fields to update calculated measure formulas. When you select the **Show Hidden Fields** option in the **View** menu for the **Available Fields** list, measures set as 'hidden' are available for selection in the Calculated Measure Properties dialog box. To view hidden measures, you need the **Manage Data Source** permission. See [Hide and Unhide Fields](/pba/pentaho-analyzer-cp/working-with-analyzer-fields/hide-and-unhide-fields.md) for additional details.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.pentaho.com/pba/pentaho-analyzer-cp/working-with-analyzer-measures/about-measure-properties-in-analyzer.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
