> For the complete documentation index, see [llms.txt](https://kb.bevica.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.bevica.com/documentation/reporting-and-analytics/bevica_power_bi/dimension_hierarchies_-bevica_power_bi.md).

# Dimension Hierarchies (Bevica Power BI)

Set up parent/child dimension hierarchies for rollups in Bevica Power BI.

### Dimension Hierarchies (Bevica Power BI)

> This is available from 09/2025 versions only

> This requires additional semantic model configuration so is not part of a standard implementation

### Overview

It is common in Business Central to create nested dimensions to group dimensions at a parent/child type level. For example see standard Cronus setup on the 'Area' dimension.

When dimensions post however they are flat and no hierarchy is available as standard in Power BI. Often dimension hierarchies cannot easily be grouped because they don't follow a strict alphanumeric pattern.

### Setup

On **Dimension Values** in Bevica Power BI a new field is available **Bevica Power BI Dimension Parent.** This can be set to the parent of the dimension to be used in Bevica Power BI. The parent dimension must be an End-Total or Total 'Dimension Value Type'.

Based on the above screenshot:

* 21 ENG to 40 EU SOUTH would have their parent set as 55
* 55 would have a parent of 99

This creates a hierarchy of:

* Hierarchy L01 (Top) = 99
* Hierarchy L02 = 55 / 90
* Dimension Values = e.g. 21 ENG

So a report could show Sales in a hierarchical structure.

| Hierarchy L01 | Hierarchy L02    | DimensionValue | Sales |
| ------------- | ---------------- | -------------- | ----- |
| 99 All, Total |                  |                | 1,000 |
|               | 55 Europe, Total |                | 600   |
|               |                  | 21 ENG         | 400   |
|               |                  | 23 WALES       | 200   |
|               | 90, RoW Total    |                | 400   |
|               |                  | 65 AFRICA      | 100   |
|               |                  | 80 OCEANIA     | 300   |


---

# 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://kb.bevica.com/documentation/reporting-and-analytics/bevica_power_bi/dimension_hierarchies_-bevica_power_bi.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.
