The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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.
User | Count |
---|---|
65 | |
62 | |
60 | |
53 | |
28 |
User | Count |
---|---|
181 | |
82 | |
67 | |
47 | |
44 |