Build a Filtered View for My Department: SharePoint Admin Guide
🔍 WiseChecker

Build a Filtered View for My Department: SharePoint Admin Guide

You need to create a filtered view in a SharePoint list or library so your department sees only the items relevant to them. A filtered view displays a subset of list items or files based on conditions you define, such as the department name or status column. This article explains how to build a custom filtered view and make it the default view for your department team. You will learn the exact steps to set up the filter, save the view, and apply it to a specific group of users.

Key Takeaways: Creating a Department Filtered View in SharePoint

  • List or Library toolbar > View options > Create new view: Start building a custom filtered view from the list toolbar.
  • View settings > Filter section > Show items only when: Define the column condition that filters items for your department.
  • View settings > Make this the default view: Set the new view as the default so all department members see it first.

ADVERTISEMENT

Understanding SharePoint List Views and Filters

A SharePoint view is a saved set of display settings for a list or library. It controls which columns appear, the sort order, grouping, and most importantly, which items are shown through filters. A filtered view hides items that do not meet your criteria. For example, you can create a view that shows only documents where the Department column equals “Finance.” This view becomes the default for everyone who accesses the library, or you can set it as a personal view.

Before you start, you need edit permissions on the list or library. Typically, members of the Owners group or users with Contribute or higher permission levels can create public views. You also need a column that contains the department value, such as a Choice column named Department or a Person column named Assigned To. If such a column does not exist, you must add it first.

There are two types of views: public and personal. A public view is visible to all users who have access to the list or library. A personal view is visible only to you. For a department filter, you will create a public view and set it as the default so all department members see the filtered data automatically.

Steps to Build a Filtered View for Your Department

Follow these steps to create a filtered view that shows only items matching your department. The example uses a list with a Department column, but the same method works for any column type.

  1. Open the list or library
    Navigate to the SharePoint site that contains your team list or document library. Click the list or library name in the left navigation or from the site contents.
  2. Access the View options menu
    In the toolbar above the list items, click the drop-down arrow next to the current view name (usually “All Items” or “All Documents”). Select Create new view from the menu.
  3. Choose a view type
    In the Start from an existing view section, select a base view. For most department filters, choose Standard View. This gives you a blank view that you can customize.
  4. Name the view
    In the View Name field, type a descriptive name such as “Finance Department” or “Engineering Team.” Select Make this the default view if you want all users to see this view first. Uncheck this option if you want to keep the current default.
  5. Configure the filter
    Scroll to the Filter section. In the Show items only when the following is true area, click the drop-down arrow under Column and select the column that contains the department value, for example Department. In the next drop-down, select is equal to. In the text box, type the exact department name, such as Finance. Click the Add link if you need another condition, like filtering by a second column.
  6. Set columns and sort order
    In the Columns section, select which columns to display and their order. In the Sort section, choose a column to sort by, such as Title ascending. These settings control how the filtered data looks.
  7. Save the view
    Scroll to the bottom of the page and click OK. The list or library now shows the filtered view. If you selected Make this the default view, all users see the department filter when they open the list.

After saving, test the view by switching between views using the view drop-down menu. Verify that only items with the department name you specified appear. If you need to edit the view later, click the view drop-down, select Edit current view, and change any settings.

ADVERTISEMENT

Common Mistakes When Creating a Department Filtered View

Filtered view shows no items

If the view displays zero items, the filter condition does not match any existing column values. Check that the column name and the value you typed are spelled exactly as they appear in the list items. For Choice columns, use the exact option text, including spaces. For Person columns, type the user’s display name or email address.

Users cannot see the filtered view

If you set the view as default but users still see all items, confirm that you have edit permissions on the list. Only users with Contribute or higher can create or modify public views. Also ensure that the view is public, not personal. In the view settings, the Audience section should show “Public view” not “Personal view.”

Filtered view does not update when new items are added

A filtered view is dynamic. When a user adds a new item with the correct department value, the item appears in the view immediately. If the new item does not appear, verify that the Department column contains the exact value used in the filter. Trailing spaces or different capitalization cause the filter to exclude the item.

Department column does not exist

If your list lacks a Department column, add one before creating the view. From the list toolbar, click the gear icon and select List settings. Under Columns, click Create a column. Choose Choice as the column type, name it Department, and enter the department names as options. Click OK, then populate the column for existing items.

Standard View vs Filtered View: Key Differences

Item Standard View Filtered View
Description Shows all items in the list or library Shows only items that meet specified conditions
Default behavior Usually the default view named “All Items” Can be set as default for all users or a specific audience
Performance Slower on large lists because it loads all items Faster because it loads a subset of items
Use case General browsing or admin tasks Department-specific workflows or reporting

Now you can build a filtered view for your department in SharePoint. Start by creating a new view from the list toolbar, set the filter condition on the Department column, and save it as the default view. Test the view by adding a new item with the correct department value. For advanced filtering, use multiple conditions or group items by department in the Group By section of the view settings.

ADVERTISEMENT