Build a Filtered View for My Department: Practical Workflow for Business Users
🔍 WiseChecker

Build a Filtered View for My Department: Practical Workflow for Business Users

You need a SharePoint list or library view that shows only your department’s items. The default All Items view displays every record, which makes it hard to find the data your team needs. SharePoint views let you filter, sort, and group content based on columns such as Department, Region, or Project. This article walks through the exact steps to create a filtered view that your department can use as its default.

Key Takeaways: Create a Department-Specific View in SharePoint

  • List or Library ribbon > View options > Create new view: Starts the process of building a custom view with filters.
  • Filter section in view settings: Lets you set column conditions such as Department equals Sales.
  • Set as default view option: Makes the filtered view the first thing department members see.

ADVERTISEMENT

How SharePoint Views Filter Content for a Department

A SharePoint view is a saved set of display rules for a list or library. You can filter rows by matching column values, such as showing only items where Department equals Finance. Views do not delete or move data. They simply hide items that do not match the filter condition. Any user with at least Contribute permission can create a personal view. Users with Edit or higher permissions can create a public view that everyone in the site can access. Before building a view, confirm that your list or library has a column that identifies the department. Common column types include Choice, Lookup, or Person. If the column does not exist, add it first by going to List Settings > Create Column.

Steps to Build a Filtered View for Your Department

These instructions apply to SharePoint in Microsoft 365. The interface is similar for SharePoint Server 2019 and later versions.

  1. Open the list or library
    Navigate to the SharePoint site that contains the list or library. Click the list name or library name in the Quick Launch menu. If the list is not visible, click Site contents and then select the list.
  2. Access view options
    Near the top-right corner of the list or library, click the current view name. The default name is usually All Items or All Documents. From the dropdown menu, select Create new view.
  3. Choose a view type
    In the dialog that appears, select Standard view. This type supports filtering, sorting, grouping, and column selection. Give the view a name that your department will recognize, such as Finance Items or Engineering Documents.
  4. Set the filter condition
    Scroll down to the Filter section. Select Show items only when the following is true. In the first column dropdown, pick the column that contains the department name, for example Department. In the second dropdown, select equals. In the third field, type the exact department name, for example Finance. If your column uses a lookup or choice, the third field may auto-complete as you type.
  5. Add more filter conditions if needed
    To narrow results further, click Add a filter. Choose And or Or logic. For example, add a second filter: Status equals Active. This shows only active items for your department.
  6. Configure columns, sorting, and grouping
    In the Columns section, select which columns to show and their order. In the Sort section, choose a primary sort column such as Due Date descending. In the Group By section, you can group items by a column like Project Name.
  7. Set the view as default for your department
    Scroll to the bottom of the settings page. Under Make this the default view, select Yes. This ensures that users see the filtered view first when they open the list or library. Click Create to save the view.
  8. Test the view
    Return to the list or library. The view should now display only items that match the department filter. Verify that the view name appears in the view dropdown. If items are missing, check the filter condition for typos or mismatched column values.

ADVERTISEMENT

Common Mistakes and Limitations When Building Department Views

Filter shows no items

The most common cause is a mismatch between the filter value and the actual column data. For example, if the column contains Finance but the filter uses Finance Department, no items appear. Check the column values by editing an item. Use the exact text from the column. Case sensitivity depends on the column type. Choice columns are case-insensitive. Text columns are case-sensitive in SharePoint Server but case-insensitive in SharePoint in Microsoft 365.

Public view does not appear for other users

Only users with Edit permissions or higher can create a public view. If you have Contribute permission, the view is personal. To share a public view, ask a site owner or member with Edit permission to create the view. Alternatively, you can export the view settings and ask an owner to import them.

Filter does not work on managed metadata columns

Managed metadata columns require special handling. In the filter condition, use the term name, not the term ID. The filter dropdown may show terms as a tree. Select the term directly from the tree to ensure the correct value.

View shows duplicate items

This can happen if the list has multiple columns with similar names and the filter uses the wrong column. Verify that the column selected in the filter is the one that stores the department value. Also check if the list has folders enabled. Folders can sometimes cause unexpected display behavior. To avoid this, use a flat view with no folders.

Item Personal View Public View
Who can create Any user with Contribute or higher Users with Edit or higher
Visibility Only the creator sees it All site members see it in the view dropdown
Can be set as default Yes, but only for the creator Yes, for all site visitors
Use case Personal dashboard or temporary filter Team-wide department view

You can now create a filtered view that shows only your department’s data in any SharePoint list or library. Start by verifying that a department column exists. Then follow the steps to add a filter and set the view as default. For advanced filtering, combine multiple conditions using And or Or logic. To share the view with your entire team, ask a site owner to create a public version.

ADVERTISEMENT