Forum Discussion
Naligurtan
Jun 29, 2026Brass Contributor
How to create a view to display the last 6 month items in SharePoint list
Hello All, I have a SharePoint list and there are many items. I can filter items for the last 6 months. However, I want to have a view when someone selects that view, the view always shows the la...
- Jun 30, 2026
I tried in this way and it works.
GullettBrian
Jun 29, 2026Iron Contributor
Have you tried a filter like this in your list view settings using "Created" or whatever date column and the dynamic [Today] option?
That might be easier to do through gear > List settings > Create view, instead of from the "Add view" option in your list.
- NaligurtanJun 30, 2026Brass Contributor
Thanks. I already tried [Today]-183 and it does not display correctly for some reason.