Forum Discussion
Tooltip Interaction with the report tab
- Anonymous5 years ago
Hi Pragati11
I have uploaded a reference file here,
https://drive.google.com/file/d/12MDq4cStJJov5o8l7nfue4ZtmUmclRHa/view?usp=sharing
Now when I select a date in my date table, I see that my card visual is still giving me all the days in tooltip. I want only those days I have selected.
Similarly when I make selections on my rank slicer, this card should show all the values.
How can I achieve this?
Thanks
- 5 years ago
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
Hi Pragati11
I have uploaded a reference file here,
https://drive.google.com/file/d/12MDq4cStJJov5o8l7nfue4ZtmUmclRHa/view?usp=sharing
Now when I select a date in my date table, I see that my card visual is still giving me all the days in tooltip. I want only those days I have selected.
Similarly when I make selections on my rank slicer, this card should show all the values.
How can I achieve this?
Thanks