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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi all
I have made a line visual where dates are on x axis and two variables are on y axis. I have put one variable in tooltip, which shows the information, i want.
But that tooltip hides many of the visual area. I want to reposion that tool tip far so visuals are not hidden from the displayed tooltip. See example below, how tooltip is hiding many of visual area, Is this can be repositioned, may be very right side or bottom side, or tool tip information can be saved in image or so.
Is there a way to do that?, Please suggest.
Thanks
Solved! Go to Solution.
This is different from the default tooltip. Will try in my project. This one also however comes on the same page. I was thinking if that comes, away from report page so visual does not get hidden behind tool tip. But thank you for the solution.
Thanks for the reply.
Is there any example of doing it through Card as said above?
You can do this with any visualization you want.
Same example with cards :
The updated pbix is attached
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
This is different from the default tooltip. Will try in my project. This one also however comes on the same page. I was thinking if that comes, away from report page so visual does not get hidden behind tool tip. But thank you for the solution.
Happy to help 🙂
Hi @manojsoni
There is no option to change the tooltip place.
But you can create a custom tooltip with more efficient use of space. For example, if you align everything to the left and reduce the gaps, the tooltip will be much more compact. I also recommend using a table to consolidate the content on the tooltip. Something like :
The pbix with the example is attached.
The video guide for creating a customized tooltip is here :
https://www.youtube.com/watch?v=dEf77pl1-2E&t=19s
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
i think theres not way to do this, you can create a card with your mensure and use SELECTEDVALUE or HASONEVALUE in mensure to show values in card only if one value is selected. remove background color, border, etc... while not selected one value, this box is invisible. you can try this.