Editing Power BI Report Interactions (original) (raw)

Last Updated : 19 Jan, 2026

Editing report interactions in Power BI controls how visuals affect each other on a report page. It helps define whether a visual should filter, highlight or ignore other visuals.

Power BI Report Interactions

Power BI report interactions enable users to explore and analyze data dynamically across multiple visuals. They allow filtering, highlighting and drilling down into data, creating an interactive and intuitive reporting experience that helps users quickly gain meaningful insights.

  1. **Filtering visuals: Users can filter visuals based on specific criteria such as selecting a particular region or date range, to narrow down the displayed data and focus on relevant information.
  2. **Highlighting related visuals: When a user interacts with one visual, related visuals can be highlighted to emphasize the connections between different data points and provide context for analysis.
  3. **Drilling down into data: Users can drill down into data by clicking on specific data points to explore underlying details and uncover granular insights.
  4. **Navigating between pages: Users can seamlessly move between pages or sections of the report using page navigation interactions, facilitating a comprehensive overview of the data.
  5. **Custom interactions: Custom interactions can be created using JavaScript or Power BI APIs to tailor the interaction experience to specific data exploration needs and provide unique interactive functionalities.

Different Types of Interactions in Power BI

Power BI offers several different types of interactions include:

  1. **Basic (None): This interaction does nothing when a data point is clicked, allowing users to view all data without filtering or highlighting.
  2. **Highlight: This interaction highlights the selected data point while fading the rest helping users focus on or compare specific data points.
  3. **Filter: This interaction filters other visuals to display only related data helping users explore relationships between different visuals.
  4. **Drill through: This interaction takes the user to another page with a detailed breakdown of the selected data point, providing more in-depth information.
  5. **Tooltip: This interaction shows a tooltip with more information about the selected data point allowing quick insights without navigating away.

Getting Started with Editing Power BI Report Interactions

Refer to Power BI interactive dashboards for implementation of charts

**DataSet used

Going further we will be using the Sale Data as an example for understanding the concept of Edit interactions of Reports. Upload the dataset in Power BI and refer to the dataset to follow along with the below-given sections of the article.

You can download dataset from here

Sale Data

The user can take a general idea about the data fields of the above dataset.

**Data

The major variables used to show the charts are as follows.

Following is the Edit Interactions feature of the Power BI desktop. It is seen on accessing the **Format tab of the top toolbar.

EditInteractionButton

This button allows you to create, edit and manage interactions between different visuals in a Power BI report.

Consider the following report it contains a Pie chart showing Sum of Sale_amt by Brand and a Bar chart showing Sum of Sale_amt by Month. At the bottom there are three icons from left to right Filter, Highlight and None.

Types of Edit interactions in Power BI are:

By default selecting a data point in one chart updates the other chart accordingly. To completely disable interaction click the None button and then click Edit Interactions in the toolbar at the top left.

When None is selected choosing a slice in the Pie chart does not affect the Bar chart and selecting a bar or month in the Bar chart does not affect the Pie chart.

PieBarchart

Filter

filteronApple

Select different Pie chart slices to see the Bar chart update with Sum of Sale_amt by month. Click Refresh if “Visual has pending changes” appears.

Highlight

Similar example is given for the Highlight on "Samsung" item brand and its filtered result of sales in the month of "February", "March", "April", "September" and "November".

HighlightOnSamsungBrand

This shows the video output for a better understanding.

filterOnPieGIF

In the following image, the "Filter" interaction is set for "July" month in the Bar chart. It shows sales for "IBM" and "Apple" item brands.

FilterOnBarchartForJuly

Filter on bar chart for July

We can understand it better from the following video output. Keep playing by selecting different months for analyzing it's respective "Sum of Sale_amt" showing with different Brands. Different months have different sales for item brands.

GIFFilteronBar

None

**None icon: This icon is used when the user do not want any interaction between the visuals and want individual visual to act independently. Notice the red colored icon on the right bottom. Click the round icon and click on the "Edit interactions" button of the top toolbar.

noneOption

The output is for better understanding of the "none" interaction. We can see no changes in the pie chart, when the months are changed. When the "none" icon is clicked for the "Bar" chart.

NoneInteraction

When the "none" icon is clicked for the "Pie" chart.

noneinteractionOnPie

**Advantages of controlling visual interactions

Different Ways to Edit Interactions

Power BI offers multiple methods to customize how visuals interact enhancing data exploration and understanding:

Let us understand it in a better way by the following example.

Considering the following report of "Sum of Sale_amt by Brand" and "Sum of Sale_amt by Month", the filter is working in both directions. Selecting any brand will display the relevant month of "OrderDate" and vice-versa.Notice the output video and its changes when the selection of "Brand" and "Month(s)" are changing.

bidirectionalFilters

Hierarchy Interactions

This type of interactions deals with a slicer configuration and restrict the interaction to specify some heirarchy. In this case the hierarchy is "OrderDate", the heirarchy can be Year, Quarter, Month, Week or day.

Let us consider the above example for understanding the hierarchy interaction. Keep the field as shown in the red-colored box for setting the date heirarchy.

heirarchyScreen

Select any "OrderDate" in any order or hierarchy as per the need of the user and the pie chart changes depending on the "orderdate" selection.

heirarchyFilter

**Advantages of Editing Power BI Report Interactions