# Step 2: Adjust for calculated members and named sets

If your Mondrian schema defines calculated members or named sets that reference MDX members without the dimension prefix, then you must set `mondrian.olap.elements.NeedDimensionPrefix` to `false` in your `mondrian.properties` file. Under all other conditions you would set this property to `true` because it increases Mondrian performance, as well as the readability of the schema XML file.


---

# Agent Instructions: 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:

```
GET https://docs.pentaho.com/pba-schema-workbench/adapt-mondrian-schemas-to-work-with-analyzer/step-2-adjust-for-calculated-members-and-named-sets.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
