Is there any way to create a tooltip that would allow me to display the the top 3 customers on hover for a given category? For the sake of this discussion, let's just pretend that I have a map of the USA, and I want to be able to hover over a state, and have the tooltip show the unique names of the top 3 customers for that state by Revenue.
I know that I can do this in an ETL, but I want to do it in a beast mode so that any page filters applied will impact the top 3 shown. For example, if a particular product class is shown, the outcome should update to show the top 3 for a given state for the selected product class.