Bacancy Technology
Bacancy Technology represents the connected world, offering innovative and customer-centric information technology experiences, enabling Enterprises, Associates and the Society to Rise™.
12+
Countries where we have happy customers
1050+
Agile enabled employees
06
World wide offices
12+
Years of Experience
05
Agile Coaches
14
Certified Scrum Masters
1000+
Clients projects
1458
Happy customers
Artificial Intelligence
Machine Learning
Salesforce
Microsoft
SAP
October 24, 2024
Power BI supports both default and custom tooltips to display more information when hovering over data points.
-> Create a Tooltip Page:
– Add a new page in your report.
– Set the page size to Tooltip in the “Page Size” options under the Format pane.
– Toggle Tooltip to “On” under Page Information.
– Design the tooltip page by adding visuals (charts, tables, text boxes) that you want to display when hovering.
-> Link Tooltip Page to Visual:
– Select your main visual.
– Go to Format → Tooltip, change “Type” to Report Page, and select the custom tooltip page you created.
– When hovering over the visual, this custom page will appear as a tooltip.
-> Dynamic Tooltips Using Measures:
– If you want dynamic tooltips based on calculations, create a measure like this:
TooltipText = IF([Sales] > 5000, "High Sales", "Low Sales")
Using custom tooltips allows for much richer interaction and more context to be displayed when hovering over data points in Power BI visuals.