powerbi-training-en

03 Visuals and interaction

Within Power BI there are many options to adjust the display and operation of your reports. In this module, we want to look at this a little further on the basis of the following points:

Preparation

Open the file 03-Start.pbit

You might see the following warning:

Unable to connect

If this happens, click on edit and choose the AdventureWorks dataset in your workspace:

Select a dataset

Interactions

In the previous module we saw in Power BI there’s by default interaction between charts. When you click on a chart, other charts will react:

Interaction between charts

The moment you select a chart, two new items appear on the ribbon at the top of the screen: Format and Data / Drill

Menu visual tools

Edit interactions button

In your report you will now see one or more of the following icons appear in the top right corner of your report except for the currently selected graph:

Interaction Icons

This determines how the chart in question will react when you change the chart you selected:

Try out the three options and see the effects.

Now change the report on the Product Sales page so that:

Check the results by selecting “Road Bikes”. The result will be as follows:

Interaction exercise

Interaction exercise

Hierarchy and drilldown

Hierarchy

Much of the data we analyze has a hierarchy in it:

In the data models that we purchase from a data set or Power BI model, data is often already offered in a hierarchy. For example, the Category hierarchy in the Product table:

Axis eigenschap grafiek A1

Drilldown: first exploration

At the top right of the graph is a collection of arrows. These are for navigating through the hierarchy.

Drilldown arrows

More hierarchy and drilldown

Another hierarchy present in this dataset is the Calendar hierarchy (within the Date table).

Now when we do a drill down on a year, we first come to a semester, and then to a quarter. But we don’t need these levels in our report. So we remove these fields (for this particular chart) from the hierarchy.

The hierarchy has now become in this graph Year-Month-Day. Verify this.

Creating a hierarchy manually

The chart title is now Internet Total Sales by Country Region Name, and we can do a drilldown further down the Category hierarchy, based on the country we’re looking at. Drilldown per market

Go to the next level

In addition to a drilldown, you can also descend a level in the hierarchy without being specifically limited to one category. This can be done with the right two buttons:

Go to next level buttons

In the left graph, go to the highest level (ie Country Region Name), and try the last two buttons. What is the difference?

Filtering other visuals

As you may have noticed, a drilldown also filters other charts: when you select a country in the left chart, the Internet Total Sales by Year chart also changes:

Drilldown filtering

By default, the filtering of a drilldown works the same as the filtering of a selection (which you have set for example via Edit interactions) within the graph. However, you can also disable the drilldown filtering.

Now a drilldown no longer automatically filters within another chart. Selections still work.

Solution

Here’s the endpoint of this lab: 03-Solution

Video

Here is a Walkthrough video

Next modules

The next module is Module 4: Drillthrough. Below is a complete overview of all available modules:

  1. Introduction Power BI Desktop
  2. Reporting on a Dataset
  3. Visuals and interaction (current module)
  4. Drillthrough
  5. Self-service reporting
  6. Data Modeling 101
  7. Introduction to Power Query (GUI)
  8. Publishing and Collaboration in Workspaces
  9. Calculated Columns in DAX