
Hi @McCarthy Chris,
It seems that you are having trouble filtering a SharePoint list that has more than 5,000 items. This is a common issue that occurs when the list exceeds the list view threshold limit. To fix this, you need to do two things:
First, you need to create an indexed column for the field that you want to filter by. For example, if you want to filter by Title, you need to create an index for the Title column. You can do this by going to List settings > Columns > Title > Create an index. Note that the list limit to add or remove an indexed column is 20,000 items.
Second, you need to modify your view to use the indexed column and filtering to reduce the number of items displayed in the view to 5,000 or less. You can do this by going to List settings > Views > Your view > Filter. For example, you can filter by Title is equal to some value or Title begins with some letter.
If you still get the error after doing these steps, you may need to reindex your list to refresh the index data. You can do this by going to List settings > Advanced settings > Reindex List. This may take some time depending on the size of your list.
Here are some links for your reference:
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Best Regards
Cheng Feng