Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
Anonymous
Not applicable

Is it possible to change the tooltip orientation?

I'm using the power bi tooltips and would like them to appear above my nodes.
When I set the coordinates to the topmost position of my node, the triangle part of the tooltip starts there but goes to the right or left. The tooltip box itself will then overlap with my node.

Is it possible to make the tooltip appear in a certain direction? e.g. from my coordinates the tooltip should be centered above them

Instead of this: 

MatsSchrader_0-1711726812906.png

I want something like this: 

MatsSchrader_1-1711726840128.png


This is the code for showing the tooltip:

const bRect: DOMRect = cellView.el.getBoundingClientRect();
tooltipService.show({
dataItems: dataItem,
identities: [],
coordinates: [bRect.left + bRect.width / 2, bRect.top],
isTouchEvent: false,
});
1 ACCEPTED SOLUTION
dm-p
Super User
Super User

Hi @Anonymous,

 

The main Power BI window currently manages the orientation of the tooltip relative to the supplied coordinates. The current API does not have the functionality to override this, so if you feel particularly strongly about it, you would need to request the feature from MS. This can either be done by creating an issue in the API repo or email them directly - pbicvsupport@microsoft.com

 

Regards,


Daniel





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!


On how to ask a technical question, if you really want an answer (courtesy of SQLBI)




View solution in original post

2 REPLIES 2
dm-p
Super User
Super User

Hi @Anonymous,

 

The main Power BI window currently manages the orientation of the tooltip relative to the supplied coordinates. The current API does not have the functionality to override this, so if you feel particularly strongly about it, you would need to request the feature from MS. This can either be done by creating an issue in the API repo or email them directly - pbicvsupport@microsoft.com

 

Regards,


Daniel





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!


On how to ask a technical question, if you really want an answer (courtesy of SQLBI)




Nathaniel_C
Community Champion
Community Champion

Hi @Anonymous ,
You might look at this visual 

Nathaniel_C_0-1711926238578.png

or https://learn.microsoft.com/en-us/power-bi/create-reports/desktop-visual-tooltips?tabs=desktop-new

or https://learn.microsoft.com/en-us/power-bi/create-reports/desktop-tooltips?tabs=powerbi-desktop

for some good info.


Let me know if you have any questions.

If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos 👍are nice too.
Nathaniel





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.