For that you need to use the custom query section
Build a filter to get all items in status “Open”
Open the “Advance” section in the filter screen
Put this in the User defined Criteria text box:
created_date < DATEADD(day, -90, GETDATE())
Save the filter