Is there any way to maintain a “Top N” filter so that when drilling through the hierarchy, you only see the top N number of rows? In the attached example, I have a matrix with County and the user can drill down to city. I set a filter to top 5 counties, but when a user drills down to city, I would like them to see the top 5 cities. Applying a top 5 filter to city doesn’t work because then only the 5 cities are included when viewing by county.
The reason why I want this functionality is to limit the amount of rows in a table so that a very long list of rows doesn’t take a long time to load.
@Melissa If I could ask a follow-up question, what if I wanted to add another level to the hierarchy, such as customer name, and also limit that to the top 5 customers? In the attached workbook, I added customer name under city. Is that also possible?
Hi Melissa, appreciate for your expert level response though I want to get dynamic top N filter for all three categories. Hierarchy level of mine is different but you may share the logic using the same country > city > customer name scenario.