Skip to main content

Modern Visual Tooltips in Power BI (Generally Available)

Power BI’s latest update introduces an enhancement to how users interact with reports with the general availability of modern visual tooltips. All Power BI reports—from Power BI Desktop to Power BI reports in the web, in the mobile app, in Teams, and embedded in any website—now use the updated visual tooltips, making report interactions easier with the built-in action's footer and report creation faster with tooltip styling and colors coming from the report theme.

By default, visual tooltips show the details of the visual’s data point report consumers hover over, such as the name and value. Let’s look at how these updated tooltip features improve both the visual tooltip creation and consumer experiences of Power BI reports.

1. Drill actions directly in tooltips

One of the standout features is the Actions footer. Users can perform drill down, drill up, and drill through actions directly from the tooltip. This removes the need to right-click or use the visual header. Hovering over a bar in a chart lets you drill down into that data point or drill through to related report pages. This approach streamlines workflows and makes data exploration more intuitive.

Actions footer of a modern tooltip showing the Drill down and Drill through options.

Report authors can enable or disable the Actions footer when editing any report using the Format pane.


Customize Actions footer in the Format pane.

2. Theme-based styling and customization

Modern visual tooltips adopt your report’s theme colors for a consistent and professional look across all visuals. You can customize tooltips further when editing a report, not only by using the Format pane, adjusting colors, fonts, and transparency to match your brand or reporting needs, but also when customizing the report theme from the View ribbon > Themes dropdown > Customize current theme option or importing a custom theme to your report using Browse for theme.

Format tooltip colors within the Customize theme dialog.

Customizing the theme updates tooltips in all existing visuals, not modified individually, and applies to new visuals you create in the report. Modifying the visual individually using the Format pane only updates the style for that visual without impacting other visuals or new visuals.

3. No impact to existing reports

Previously created reports continued to have the same tooltip experience until the report author edits them to use the new styling and actions footer.

  • New reports: All tooltips use the modern experience by default, including updated styling from the theme and with the Actions footer enabled.
  • Existing reports: Tooltips remain as they were before this update. To adopt the updated tooltips, select Reset to default in the Format pane on any visual to update all visuals in the report.


Comments

Popular posts from this blog

SSRS INTERVIEW QUESTIONS

Q: What is SSRS? Ø   SSRS or SQL Server Reporting Service is a server-based report generation software systems from Microsoft and is part of Microsoft BI. Ø   It is used for preparing and delivering interactive and variety of reports. Ø   It is administered through an web based interface. Ø   Reporting services utilizes a web service interface for supporting and developing of customized reporting applications. Ø   SSRS lets you create very rich reports (Tabular/Graphical/Interactive) from various datasources with rich data visualization (Charts, Maps, sparklines) Ø   SSRS allows are reports to be exported in various formats (Excel, PDF, word etc) Q: Explain SSRS Architecture? Reporting services architecture comprises of integrated components. It is a multi-tiered, included with application, server and data layers. This architecture is scalable and modular. A single installation can be used across multiple computers. It includes the fo...

Exception deserializing the package "The process cannot access the file because it is being used by another process."

TITLE: Microsoft Visual Studio ------------------------------ Failed to start project ------------------------------ ADDITIONAL INFORMATION: Exception deserializing the package "The process cannot access the file 'E:\SSASCube\HistoricalDataLoad\HistoricalDataLoad\bin\Development\HistoricalDataLoad.ispac' because it is being used by another process.". (Microsoft.DataTransformationServices.VsIntegration) ------------------------------ The process cannot access the file 'E:\SSASCube\HistoricalDataLoad\HistoricalDataLoad\bin\Development\HistoricalDataLoad.ispac' because it is being used by another process. (mscorlib) ------------------------------ BUTTONS: OK ------------------------------ While running SSIS package i got the error “The process cannot access the file ‘*.ispac’ because it is being used by another process”. I tried to close SSDT and run it again but, I still got the same error while compiling. Then, after searching over internet, I got...

Failed to execute the package or element. Build errors were encountered

Error: TITLE: Microsoft Visual Studio ------------------------------ Failed to execute the package or element.   Build errors were encountered. For more information, see the Output window. ------------------------------ BUTTONS: OK ------------------------------   Solution: We tried to close SSDT and run it again but, we still got the same error while running SSIS package. Then, we need to follow bellow solution: Step 1: Go to Task Manager–> Details Tab. Step 2: Locate the process “ DtsDebugHost.exe “. Kill this process. There might be multiple instances of this process. Kill all of them. Step 3: Rerun SSIS package