Skip to main content

Power BI Tooltips: Enhance Reports with Interactive Insights

Learn how to create and customize Power BI tooltips to reveal deeper insights and improve the report's user experience.
Apr 4, 2025  · 8 min read

When building a Power BI dashboard, you want to present information effectively without overwhelming your audience.

This is what tooltips are all about. They allow you to provide additional context about a data point when a user hovers or clicks on a visual.

In this article, you will learn about Power BI tooltips, their features, and how to create, customize, and optimize them to enhance user experience in your reports.

What Are Power BI Tooltips?

Power BI tooltips are small popups that appear whenever a data point is hovered over a report visual. They display additional information about a particular data point, enhancing the understanding of the visualized data. 

The primary purpose of tooltips is to provide contextual information that enriches the visual experience without cluttering the main visual. They can also be navigation aids, helping users interpret data more effectively. 

Tooltips in Power BI also clarify complex calculations or relationships that are not immediately apparent from the visual itself. For example, hovering over a KPI visual might display how the metric was derived. 

Image showing an automatically generated Power BI tooltip

An automatically generated Power BI tooltip. Image by Author.

Power BI Tooltip Features

Tooltips in Power BI are customizable, allowing you to display whatever information to users. Here are some of the key features of Power BI tooltips. 

  • Dynamic data: Tooltips display data corresponding to the specific data point being hovered over.
  • Customizable content: One can customize tooltips to show relevant information or include calculated measures. 
  • Format options: Tooltips support formatting options such as color, font, and size adjustments to align with the report design. 

There are various types of tooltips you can have in a Power BI report:

  • Default Tooltips: These are usually automatically generated by Power BI and display information about a data point, such as its value and category. 
  • Customized Tooltips: This tooltip includes visuals, text, images, and other interactive elements to enrich the user experience. It is usually created by adding and resizing a new report page.
  • Modern visual Tooltips: These tooltips are usually embedded reports or drill actions. They provide more detailed insights and improve storytelling by enabling the user to explore data without navigating away from the primary visual. 

Default Tooltips usually display basic information and the basic info might not align with the audience's specific needs and the report’s specific objectives, which is why creating customized tooltips is often a very good idea.

How to Create and Customize Tooltips

Before proceeding, ensure you have loaded the sample data provided by Power BI. To do so, open a blank report and click the Use sample data button.

GIF showing how to load the sample dataset in Power BI. Load the sample data provided by Power BI. Image by Author.

Let’s create a column chart showing total sales by product to apply the tooltip. Go to the Visualizations pane and select the Stacked column chart. Then, drag the Product and Sales fields into the X-axis and Y-axis fields of the visual, respectively. 

Image showing a column chart showing total sales by products

Column chart showing total sales by products. Image by Author.

Step 1: Creating a tooltip page

To create a custom tooltip, you need to create a new page by clicking the + button at the bottom of the report canvas. Then under the Visualizations pane, click the Format page icon and select the Tooltip option under the Canvas settings

Image showing the steps to create a Power BI tooltip page.

Create a tooltip page. Image by Author.

Tooltips are meant to be simple and visible since they are popups that appear when a data point is hovered. You should keep this in mind when creating tooltip visuals. 

Since the tooltip canvas is small, you can ensure that the visuals are accurately represented by going to the View tab, clicking Page View, and setting the page to size by clicking the Actual size button. 

Image showing how to set the tooltip page to actual size.

Set to actual size. Image by Author.

Step 2: Configuring tooltip fields

Before configuring the tooltip fields, we need to rename the tooltip page. Go to the Format Page under the Visualizations pane. 

Under the  Page information card, rename the tooltip page to Tooltip 1, and turn on the Allow use as tooltip slider to configure the tooltip page.

Image showing how to rename the tooltip page.

Rename the tooltip page. Image by Author.

Once the slider is turned on, drag the data fields of interest, the Product and Sales fields, into the Tooltips fields bucket of the Visualizations pane. Once done, this tooltip will replace any default tooltip set by Power BI.

Image showing how to configure Power BI tooltips

Configure the tooltip. Image by Author. 

Step 3: Customizing the tooltip content

Since we already have a column chart showing the total sales by product, let’s customize the tooltip content by adding two cards showing the total profit made from the product and the number of units sold. We would also add a table showing the amount of sales made from various segments. 

Make your visuals simple and not complex to ensure users can see all the information. On your tooltip page, create two card visuals and drag the Profit and Units Sold fields into each card. Then, create a table and drag the Segment and Sales fields into the Columns field.

Image showing how the Power BI tooltip with added contents should look like.

Add contents to the Power BI tooltip. Image by Author.

When you hover over the columns of the column chart visual on the report page, the tooltip should display as shown below.

Image showing the Power BI tooltip in action.

Power BI tooltip in action on the column visual. Image by Author.

Step 4: Manually setting tooltips for specific visuals

Aside from automatically assigning data values to a Power BI tooltip, you can manually set a tooltip on a report page visual.

To assign a tooltip to a visual, go to Format visual under the Visualizations pane, click on the Tooltips card under the General tab, and select the tooltip you want displayed.

Image showing how to manually configure a tooltip on a visual

Manually configure the tooltip on a visual. Image by Author.

Manually setting up a tooltip comes in handy if multiple fields in a visual have associated tooltips and the default selection does not align with the information you want to display.

For example, in the column chart visual showing sales by product, if the product field has a tooltip showing profit and unit sold and the total sales has a tooltip showing metrics like growth percentage, Power BI might default to showing the product tooltip when a data point is hovered. However, if this is not the tooltip you want displayed, you can use the steps described above to set the tooltip to show the growth percentage manually. 

Step 5: Advanced options

The tooltip we created displays the total profit made from each product. What if we are interested in the average and not the total? 

You can change this by selecting the visual, going to the Data field under the Visualizations pane, clicking the drop-down menu in the Profit field, and changing the quick measure to Average

Image showing how to setup a Power BI tooltip quick measure

Change a tooltip quick measure. Image by Author.

Earlier, we talked about model visual tooltips. This type of tooltip comes in handy when you have a detailed report you want embedded in each data point of a visual. 

For example, another report shows a deeper analysis of the profit made from each product. To create modern visual tooltips that support drill actions;

  1. Go to the File tab.
  2. Click on Options and Settings, then go to Options.
  3. Under Global, click on Preview features, and check the Modern visual tooltips option.

Image showing how to apply modern visual tooltips on Power BI report

Apply modern visual tooltips to the report. Image by Author.

To see the effect of this setting, turn off the tooltip slider on the Power BI tooltip page, save your report, and restart the Power BI Desktop. 

When you open the report and hover over each column of the visual, you should see the drillthrough options, which will show all available tooltips. When you click on Tooltip 1, that particular report or tooltip page will open up.

Image showing the modern visual Power BI tooltip in action.

Power BI tooltip drill through. Image by Author.

Best Practices for Power BI Tooltips

Here are some tips and pitfalls to avoid when creating custom Power BI tooltips. 

Tips for effective design

  • Concise and clear: Ensure the tooltips are relevant to the data point hovered and use simple, easy-to-understand language.
  • Design and formatting: For straightforward interpretation, use colors sparingly and maintain a consistent layout across tooltips. Also, use colors that match the report theme.
  • Content optimization: Include small visuals within tooltips to avoid cluttering and integrate drill-through options for deeper insights. 

Common mistakes to avoid

  • Content overload: Avoid including too much detail, repeating information, and including irrelevant information.
  • Accessibility issues: Avoid combining too many visuals and use simple and non-distracting visuals. Also, avoid using color contrasts, font sizes, and styles that are difficult to read.
  • User alignment issues: Avoid designing tooltips without considering users' specific questions about the data, and avoid using complex terms.

Conclusion

When creating reports, one might feel overwhelmed to overload the report with information. But one needs to keep the report focused and straightforward. If you have additional information you want to include, you can include all these in your tooltips, but keep in mind that they also should be concise and relevant. 

What you have learned today should help improve the user experience of your Power BI reports. Here are some of our great Power BI courses to help you with your reports:

Become a Power BI Data Analyst

Master the world's most popular business intelligence tool.

Start Learning for Free

Adejumo Ridwan Suleiman's photo
Author
Adejumo Ridwan Suleiman
LinkedIn

Experienced data science instructor and Biostatistician with expertise in Python, R, and machine learning.

FAQs

What are Power BI tooltips?

Power BI tooltips are small popups that appear whenever a data point is hovered over a report visual.

Why are Power BI tooltips important?

Power BI tooltips primary purpose is to provide contextual information that enriches the visual experience without cluttering the main image.

What are the key features of Power BI tooltips?

Tooltips contain dynamic data with options for customization and formatting.

What are the types of Power BI tooltips?

Power BI tooltips are of three major types: automatic, customized, and modern visual tooltips.

What best practices should I follow when creating and customizing a Power BI tooltip?

When building Power BI tooltips, always keep it simple, use visuals that are responsive, and ensure tooltips aligns with the questions users have in mind.

Topics

Learn Power BI with DataCamp

Course

Data Modeling in Power BI

3 hr
69.7K
Learn the key concepts of data modeling on Power BI.
See DetailsRight Arrow
Start Course
See MoreRight Arrow
Related

blog

How Power BI Helps Your Organization Achieve Greater Data Insights

Discover how Power BI can be leveraged to generate high-impact data visualizations and stories to drive scalable data-driven decision making in your organization.
Kenneth Leung's photo

Kenneth Leung

7 min

Tutorial

Designing Engaging Power BI Reports Tutorial

Learn the essentials of creating effective Power BI reports and discover how you can use them to tell compelling visual stories about your data.
Joleen Bothma's photo

Joleen Bothma

13 min

Tutorial

Power BI Tutorial for Beginners

Learn the basics of Power BI and how to create a basic report with this step-by-step tutorial.
DataCamp Team's photo

DataCamp Team

13 min

Tutorial

Advanced Analytical Features in Power BI Tutorial

Discover how to make your Power BI reports more insightful, informative, and interactive with this advanced analytical features tutorial.
Joleen Bothma's photo

Joleen Bothma

11 min

Tutorial

Power BI Matrix: A Comprehensive Guide

Enhance your data analysis skills by learning how to customize a Power BI matrix.
Joleen Bothma's photo

Joleen Bothma

10 min

code-along

Report Design Best Practices in Power BI

Leverage the right tools to design reports. Using a video game dataset, you will learn how to customize charts, use themes, and some best practices when working on data visualizations.
Maarten Van den Broeck's photo

Maarten Van den Broeck

See MoreSee More