As a SharePoint site owner, you need to show your department only the items that matter to them. A filtered view lets you display a subset of list or library data based on criteria like department name, project status, or date. This article explains how to create and configure a filtered view using SharePoint’s standard interface. You will get a step-by-step checklist that covers every setting from view name to column filters.
Key Takeaways: Checklist for Building a Department Filtered View
- List or Library ribbon > Create view > Filter section: Add conditions to show only rows where a column equals your department name.
- View settings > Columns: Choose which columns to show and in what order to reduce clutter.
- View settings > Sort: Apply one or two sort criteria after filtering to organize results.
What a Filtered View Does and What You Need Before Starting
A filtered view in SharePoint is a saved set of display settings for a list or document library. It hides rows that do not meet the filter conditions you define. For example, you can create a view named “Engineering Only” that shows only items where the Department column contains “Engineering”. The view does not delete or move data; it simply changes what users see when they select that view from the ribbon or the view selector dropdown.
Before you build a filtered view, confirm you have the following:
- Owner or member permissions. You need at least Edit or Contribute access to the list or library. Full control is better because you can set the view as the default.
- Column with filterable data. The column that holds your department name must exist and contain consistent values. A Choice column or a Lookup column works best. A single line of text column works too but may require exact spelling.
- Data populated. The column must have values filled in for the items you want to show. Empty cells will not match the filter.
Checklist to Create a Filtered View for Your Department
Follow these steps in order. Each step builds on the previous one.
Step 1 – Open the List or Library and Start the View Builder
- Navigate to your SharePoint site and open the list or library.
Go to the site that contains the department list. Click the list name in the left navigation or use the gear icon > Site contents to find it. - Click the List or Library tab on the ribbon.
If you are in a list, the tab is called List. For a document library, it is called Library. This tab opens the view management tools. - Click Create View.
In the ribbon, locate the Manage Views group. Click Create View. A dialog appears asking for the view type. - Choose Standard View and click OK.
Standard View is the default grid layout. Do not choose Datasheet View or Calendar View unless you need a different layout. Click OK to open the view settings page.
Step 2 – Name the View and Set the Audience
- Enter a descriptive view name.
Use a name that users will recognize, such as “Engineering Department” or “My Team – Sales”. Avoid generic names like “New View”. - Select the audience for this view.
Choose “Create a public view” if everyone with access to the list should see this view. Choose “Create a personal view” if only you should see it. For a department view, public is usually correct. - Set this view as the default (optional).
If you want all users to see this filtered view first, check the box “Make this the default view”. Be careful: setting a filtered view as default hides other items from everyone.
Step 3 – Configure the Filter
- Scroll to the Filter section.
On the view settings page, scroll down until you see the heading “Filter”. - Select “Show items only when the following condition is true”.
This radio button enables the filter builder. The other option, “Show all items in this view”, is the default and does not filter anything. - Add the first filter condition.
In the first row, click the column dropdown and select your department column (for example, “Department”). In the second dropdown, choose “is equal to”. In the third box, type the exact department name, such as “Engineering”. - Add more conditions if needed (optional).
Click “Add logical condition” to add AND or OR clauses. For example, you can filter for “Department equals Engineering AND Status equals Active”. Use AND to narrow results. Use OR to widen results. - Test the filter with existing data.
Scroll to the bottom and click OK to save the view. SharePoint shows the view immediately. Verify that only the expected items appear. If the filter returns zero items, check the spelling of the department name. Column values are case-insensitive but must match exactly otherwise.
Step 4 – Choose Which Columns to Display
- Go back to the view settings page.
If you already saved the view, open it again by clicking the view name dropdown and selecting “Edit current view”. - In the Columns section, select the columns to show.
In the “Display” column, check the box next to each column you want users to see. Uncheck columns that are not relevant to the department view. For example, hide internal notes or system columns. - Reorder the columns.
Use the “Position from left” dropdown to move columns up or down. Put the most important column first, such as “Title” or “Document Name”.
Step 5 – Apply Sorting
- Scroll to the Sort section.
Below the Filter section is the Sort section. - Select the primary sort column.
Choose a column to sort by, such as “Date Created” or “Priority”. Select “Show in ascending order” or “Show in descending order”. - Add a secondary sort if needed.
Click “Add sort level” to sort by a second column. For example, sort by Department first, then by Due Date.
Step 6 – Save and Set as Default (Recommended)
- Click OK at the bottom of the settings page.
SharePoint saves the view and displays it. - Set the view as the default for the list or library.
Click the view selector dropdown (the current view name), select “Edit current view”, check “Make this the default view”, and click OK. - Test the view as a regular user.
Log in with a non-owner account or use InPrivate browsing. Confirm that the view loads automatically and shows only the department items.
Common Mistakes When Building a Filtered View
Filter returns zero items
The most frequent cause is a spelling mismatch. If your column contains “Engineering Dept.” but you typed “Engineering”, the filter finds nothing. Open the list in a standard view, note the exact value in the column, and update the filter condition to match. Also check for leading or trailing spaces in the data.
Filter works for me but not for others
This usually happens when the view is set as a personal view. Go back to the view settings and change the audience to “Create a public view”. If the view is already public, verify that other users have at least Read access to the list. Users with limited permissions may not see the view at all.
Users cannot find the filtered view
If you did not set the view as the default, users must click the view selector dropdown at the top-right of the list or library and choose it manually. Train your team to look for the view name there. Alternatively, set the filtered view as the default so it loads automatically.
Filter stops working after someone edits a column
If the department column is renamed or deleted, the filter breaks because it references the old column name. Always check existing views after modifying list columns. You can fix this by editing the view and selecting the correct column name in the Filter section.
Filtered View vs Default View: Key Differences
| Item | Filtered View | Default View |
|---|---|---|
| Description | Shows only items that meet filter conditions | Shows all items unless a filter is applied |
| Use case | Department-specific data, project milestones, overdue tasks | General browsing, full list overview |
| Set as default | Yes, but hides other items from all users | Yes, always the first view users see |
| Performance | Faster for large lists because fewer rows load | Slower for large lists because all rows load |
You can now create a filtered view that shows only your department’s data. Start by opening the target list or library, use the Create View command, and apply a filter on your department column. For a polished experience, set the view as the default and sort by a relevant column like Due Date. As an advanced step, add multiple AND conditions to filter by both department and status to further narrow down the results.