How To Add Hierarchy In Power Bi

In Power BI, you can add hierarchy to your data to organize and structure it in a more meaningful way. Hierarchy represents a parent-child relationship between different fields or columns in a data model.

To add a hierarchy in Power BI, follow these steps:

  1. Open Power BI Desktop and load your data into the Data view.
  2. Select the fields or columns that you want to include in the hierarchy. You can select multiple fields by holding the Ctrl key on your keyboard.
  3. Right-click on the selected fields and choose “Create Hierarchy” from the context menu.
  4. Power BI will create a new hierarchy based on the selected fields. You can rename the hierarchy by right-clicking on it and choosing “Rename”.
  5. Once the hierarchy is created, you can use it in visualizations like tables, matrices, or charts. Simply drag and drop the hierarchy onto the visualization canvas, and Power BI will automatically add the corresponding levels of the hierarchy.

Here’s an example to illustrate the concept of hierarchy:

Let’s say you have a dataset containing sales data with fields like “Region”, “Country”, “City”, and “Sales Amount”. You can create a hierarchy by selecting these fields and creating a hierarchy called “Location”.

By using this hierarchy in a table visualization, you can expand or collapse the levels to drill down or roll up the data. For example, you can expand the “Region” level to see all the countries within each region, and further expand the “Country” level to see all the cities within each country.

By adding hierarchy to your data, you can easily navigate and analyze the data at different levels of granularity, providing a more intuitive and interactive experience for your users.

Read more

Leave a comment