I have a pivot table with large data set (90,000+ rows) and 50 columns, there is one column = 'Application name' which I want to be inserted/added as a slicer. Obviously with such a huge data set, I do not want all the application names to be listed/displayed in the slicer on the final pivot view (which I plan to link further to Pivot chart - Chandoo's Master class template). So, I wish to see only 10 application names in the slicer and the remaining values should be hidden ( I do not wish to display the remaining 'application name' values in the slicer bar).
Is there a simple way to achieve this with or without VBA code. (Note: I do not want to overwrite the source data (application name) as this is enterprise data, and may need to select more application names in the future)
Is there a simple way to achieve this with or without VBA code. (Note: I do not want to overwrite the source data (application name) as this is enterprise data, and may need to select more application names in the future)