Is it possible to assign an action to a button so that it filters data based on the value next to the button, which itself updates based on selected slicers?
So for example, slicers Jan and 2025 are selected which control a pivot table, and then another sheet lists the top 10 sales, basically returning the first ten entries of the pivot table which is sorted by size largest to smallest.
I have a button next to each of the 10 entries. I want to click, say button 6, and this will filter the data in another tab to show all occurrences of whatever is next to button 6 at that point in time. So if “cheese” is next to button 6, then I want the user to be transported to the data tab which is now filtered by product type “cheese”.
Hope that makes sense!
Bookmarks