I have one bar chart that gives me the Top N (15) Categories by a particular measure.
I want to highlight within another chart based on what a users selects in the bar chart.
It seems though that if i use top N in the first chart, it wont filter the 2nd chart. I get a warning about cross filtering:
Cross highlighting has been disabled for this visual.
Cross highlighting has been disabled for this visual. The source of the highlighting has a Top N filter applied on a field that isn't used as a group in this visual (for example, an axis or legend). If you need the cross highlighting, you can remove the filter.
Is there a way around this using Top N or do i just have to revert to not using Top N, or using a home grown Top N Solution?