Forum Discussion
Making a "permanent" tooltip
Hi everyone,
Is there a way to create a "permanent" tooltip?
I have a map with many data points which represent data about various factories. I want that each time I hover over the point I can "lock" the tooltip so it stays visible until I realease it. The reason is I want to put hyperlinks or copy data from it (coordinates for example).
The problem is when I move the cursor the tooltip disappears.
I don't care if I have a "lock" option to make it stay visible till I release it or it pops up whenever I press the data poind.
Here is an example of what data I want to be able to access but dissapears each tim e I move the cursor.
Thanks!
Hello Anonymous ,
What you could do is make a drill through page that shows the data you want and to be drilled by coutry name, so you could right click on any country on the map then click drill through and you'll have all the details you want locked.
https://learn.microsoft.com/en-us/power-bi/create-reports/desktop-drillthrough
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
2 Replies
- IdrissshatilaSuper User
Hello Anonymous ,
What you could do is make a drill through page that shows the data you want and to be drilled by coutry name, so you could right click on any country on the map then click drill through and you'll have all the details you want locked.
https://learn.microsoft.com/en-us/power-bi/create-reports/desktop-drillthrough
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
- AnonymousNot applicable
Thank you! I will try it.