Forum Discussion

shreyag12's avatar
shreyag12
Regular Visitor
4 years ago
Solved

Tooltips in overlapping charts

Hi, I have one combo chart (line and clustered column chart) and on top of the chart I have a scatter plot . I want to show tooltips on both the charts but can only see tooltip of the scatt...
  • Burningsuit's avatar
    4 years ago

    Hi shreyag12 

    I don't think this can be done with standard visualisations. When you stack two visualisations on top of one another tooltips are only shows for the topmost visualisation (the top of the z-order). You can adjust the order with the selection pane in Power BI Desktop.  This may work if both visualisations don't completely overlap one another, alternatively you could do something by setting a bookmark with one visualisation on top and another bookmark with the other visualisation on top. These bookmarks could them be switched between with a button, to alternate which tooltips are seen. But unless you use a single visualisation (probably in this instance a custom visualisation like charticulator or debeb) you won't get tooltips from two overlapping visualisations shown at once.

    Hope this helps

    Stuart