Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello everyone,
I want to create description for title of columns in matrix:
So for instance when I hover over France, I want to display Europe, when I hover over Canada I want to display North America and so on. In my data I have column named continent. With using of tooltip I just managed to display it over data of matrix, so for instance when I hover over 8587 it display Europe.
Is there any way I can display particular continent when I hover over country?
Solved! Go to Solution.
Hi @Anonymous ,
You will need a continent-country table to make sure continent will be filtered by country.
Then create a tooltip page and create a card visual, put continent in the visual.
Create report tooltip pages in Power BI - Power BI | Microsoft Learn
Best Regards,
Jay
Hi @Anonymous ,
You will need a continent-country table to make sure continent will be filtered by country.
Then create a tooltip page and create a card visual, put continent in the visual.
Create report tooltip pages in Power BI - Power BI | Microsoft Learn
Best Regards,
Jay
Create a Shape and place it on the column you want to hover.
Make fill-off and background transparent.
Write the text in the Tooltip to be displayed.
The best solution I could think of.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.