Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Tooltip Interaction with the report tab

I have a tooltip page which I am using in my report tab, what I want is

1.When I click on a date slicer, my tooltip1 should not change, it should not have any filter interaction

2. But, when I click on a location slicer on my report, my tooltip1 should show values only relevant to the location selected.

 

How to achieve this?

 

Thanks

 

MFelix Pragati11 amitchandak 

3 Replies

  • v-robertq-msft's avatar
    v-robertq-msft
    Icon for Community Support rankCommunity Support

    Hi, Anonymous 

    According to your sample pbix file, I think the reason why your tooltip isn’t filtered by the slicer is that you didn’t open the “Keep all filters” option in the tooltip page, you can go to the tooltip page and set it like this:

     

    Then you can go to the main page and view the tooltip:

     

    And you can get what you want.

    You can download my test pbix file below

    More info about creating tooltips based on report pages in Power BI Desktop

     

    Thank you very much!

     

    Best Regards,

    Community Support Team _Robert Qin

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

  • HI Anonymous ,

     

    Try to put the metric on your custom tooltip that is not affected only by Location column. You can create a DAX calculation for the metric that tooltip shows and use ALLEXCEPT in that dax.

    add more details so that we can help with the dax.

     

    Thanks,

    Pragati