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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
retro_pumpkin
Regular Visitor

Is it possible to control filters in the tooltip page?

Hi,

 

I've got a simple sales data model and would like to create a tooltip page where I would have two areas which would display sales per customer (hover):

  • based on filters from the report page
  • general information not affected by the filters

Not surprisingly, depending on the toggle 'Keep all filters' in the tooltip page, I get to work one or the other of the areas... 😶

 

Keep all filters: ON

retro_pumpkin_0-1676561856583.png

 

Keep all filters: OFF

retro_pumpkin_1-1676561921585.png

Is there any trick to get both to work?

I've tried syncing the slicers between the page and tooltip page, but the connection does not remain.

I've also tried using ALL in the measures, but couldn't make it work. Only one 'Year' always shows up.

It is easier when visuals are in the same page, because it's possible to edit interactions among them.

 

Appreciate your thoughts! 😊

1 ACCEPTED SOLUTION

This is not pretty but seems to work.  May need some cleanup.

 

 

View solution in original post

4 REPLIES 4
retro_pumpkin
Regular Visitor

Hi,

 

Thank you for your response!

 

Would you be willing to take a look at the .pbix sample file?


I've tried using ALLSELECTED, but with no success.

Total Sales tp = CALCULATE([Total Sales],ALLSELECTED(fctSales[year]))

 

Here is a link to the .pbix: tooltip example.pbix 

 

Appreciate your feedback! 😊

This is not pretty but seems to work.  May need some cleanup.

 

 

@lbendlin , thank you, the solution definitely works! 😊 Have a great day! 🤝

lbendlin
Super User
Super User

On your tooltip page use explicit measures that us ALL or ALLSELECTED to modify your filter context as needed.

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors