Pivot table's Filters, to deselect items when "Not all items showing"

Rainbow_P

New Member
Joined
May 6, 2022
Messages
25
Office Version
  1. 365
Platform
  1. Windows
Good day!


Can you please help me with a question on deselecting the items not showing in Filter?

In a pivot table, a column is used for Filters. It's a long list that "Not all items showing". I have a list of 10 items to be deselected from the Filter. How can I do that?

Not sure, but.. would Power Query or Power Pivot be good use for this case?

Thank you.

image (2).png
 

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().
If you have 10 items out of thousands that should be excluded, then yes, I'd probably use Power Query. If your data source is on a worksheet, you could also just add a formula column to check whether items should be included or not, then use that column as a filter.
 
Upvote 1
@RoryA , thank you for the advise! Can you please share a sample of using Power Query?

 
Upvote 0
Is it always the same 10 items? And how familiar are you with Power Query?
 
Upvote 1
@RoryA , my present question is with 10 items, and I wish to learn the way to handle them once they are changed in future.

Today's first day I get to know the term "Power Query". :)
 
Upvote 0
Oh, Ok then. First step, knowing how to load the data into Power Query: Import from an Excel Table - Microsoft Support

I would use two tables, one with your main data source, and the other with a list of the values you want to exclude. Load both as queries. You can then merge them using an anti-join, which excludes matching values: Left anti join - Power Query

You can either load the resulting query to a worksheet and make a pivot table off that, or just leave all the queries as connection only and you can build a pivot table using the connection (choose the external data option when creating the pivot).

If you need to alter the filter list, just adjust your table of excluded items and then refresh all.
 
Upvote 1
Solution
@RoryA , my sincere gratitude for the time and patience you showed me while teaching me how to use the Power Query. Your step-by-step guidance made life beautiful!

Thank you for sharing your knowledge. Your kindness in helping a stranger means a lot to me.
 
Upvote 0
Glad we could help! :)

If you get stuck with Power Query, we have a Power Tools forum here for all questions related to that (and the rest of the Microsoft Power applications).
 
Upvote 1

Forum statistics

Threads
1,221,310
Messages
6,159,173
Members
451,543
Latest member
cesymcox

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top