My Data Source is
When i insert a Pivot Table with Occupation and Age in Rows and Occupation in Values as Count (Layout Table Format) I have below:
I want to then do a filter for Age >=30 but when I click on the Dropdown for Age ,Value Filters, Greater than or Equal To their isn't an option for Age, just Count of Occupation
I know I could Select Age Filter and Just check Values over 30 e.g. 31 and 35 but if more Data is loaded and refreshed the new values e.g. 37 41 etc are unchecked as it retains the initial filter I selected(31 and 35)
Name | Occupation | Age |
Tom | Builder | 31 |
Fred | Builder | 18 |
Amy | Mechanic | 35 |
Jo | Engineer | 25 |
Mary | Engineer | 22 |
Gary | Builder | 31 |
Mike | Engineer | 21 |
When i insert a Pivot Table with Occupation and Age in Rows and Occupation in Values as Count (Layout Table Format) I have below:
I want to then do a filter for Age >=30 but when I click on the Dropdown for Age ,Value Filters, Greater than or Equal To their isn't an option for Age, just Count of Occupation
I know I could Select Age Filter and Just check Values over 30 e.g. 31 and 35 but if more Data is loaded and refreshed the new values e.g. 37 41 etc are unchecked as it retains the initial filter I selected(31 and 35)
Occupation | Age | Count of Occupation |
Builder | 31 | 2 |
Engineer | 22 | 1 |
25 | 1 | |
Mechanic | 35 | 1 |
Grand Total | 5 |