1. A Power BI developer is working on a sales report. She has a bar chart showing revenue by salesperson. She wants to configure a tooltip so that when a user hovers over a bar, a separate, richly formatted report page appears showing that salesperson's monthly trend, top products, and quota attainment. What must she do to implement this?
- A. Add all additional fields directly to the Tooltips field well of the bar chart
- B. Create a dedicated report page, set its page type to 'Tooltip' in the page settings, and reference it in the bar chart's tooltip settings✓ Correct
- C. Enable the 'Canvas tooltip' option in the bar chart's format settings and drag additional visuals onto the tooltip layer
- D. Create a drillthrough page for the salesperson and enable the 'Show as tooltip' toggle on that page
Explanation
Report page tooltips are created by making a dedicated report page and setting its page type to 'Tooltip' in the page size/type settings. The bar chart is then configured to use that specific page as its tooltip, allowing a rich, multi-visual tooltip to appear on hover. Simply adding fields to the Tooltips field well produces a default tabular tooltip, not a custom report page tooltip. There is no 'Canvas tooltip' option that allows dragging visuals onto a tooltip layer. A drillthrough page requires a right-click action and navigation; enabling 'Show as tooltip' is a feature for drillthrough pages to also serve as tooltips, but the primary method for a richly designed tooltip is the dedicated tooltip page approach.