Forum Discussion

Guru_BI's avatar
Guru_BI
Frequent Visitor
8 months ago
Solved

Modify default Tooltip behaviour in Power BI?

Hi, I have a scenario with One scatter plot visualization with default tooltip enable. Now my requirement is instaed of mouse hoover tooltip, when I click on the value it should display the tooltip....
  • rohit1991's avatar
    8 months ago

    Hii Guru_BI 

     

    Power BI cannot modify the default tooltip behaviour.
    Tooltips in all native visuals, including scatter plots, work only on hover and cannot be triggered by click, and the selected point also cannot show a tooltip on click or change tooltip trigger mode.
    So the behaviour you want is not possible with current Power BI features.

  • kushanNa's avatar
    8 months ago

    Hi Guru_BI 

     

    There is no built-in option to remove the hover behavior and make the tooltip enable only on click.

     

    As a workaround, you can create a tooltip panel using a button and bookmarks to display the selection as shown below. However, the limitation is that it will be fixed in one place,you won’t be able to position it close to the selected item.

     

     

    I have attached the sample pbix file I have created for your reference