Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
I have a clustered coulmn chart in my report that displays data for 6 different components that I am testing. I would like to add some more context for each of these 6 components. What I would like to do is to display an image of the component when the user hovers over a particular component name in the legend list in my visual.
Is this possible?
Solved! Go to Solution.
@Bebo , explore the tooltip page. You need to have an image URL based on the legend
https://docs.microsoft.com/en-us/power-bi/desktop-tooltips
Power BI Tooltip Page: How to pass selective values to the tooltip page: https://www.youtube.com/watch?v=lEq7YtkxeLU
Hi @Bebo ,
Please try to use tooltips page in your report.
Steps:
1. Create a report with clustered column chart
2. Create a report with visual that you want to display, configure this report as tooltips page
3. In the first report, apply the second report as tooltips
For more details, you can read related document: Custom tooltips: Report tooltip pages in Power BI - Data Bear - Power BI Training and Consulting
Best regards,
Community Support Team_ Binbin Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Bebo , explore the tooltip page. You need to have an image URL based on the legend
https://docs.microsoft.com/en-us/power-bi/desktop-tooltips
Power BI Tooltip Page: How to pass selective values to the tooltip page: https://www.youtube.com/watch?v=lEq7YtkxeLU