I have a gallery that filters by 2 drop downs and a search criteria. This works fine however i ran into a problem today with the limit set by the app of 500 entries. I have upped the limit to 1000 but what i would like it to add an additional filter to the one below in the image to only show the current month and the last month. So in this instance only Augusts and Septemebers entries.

Code: If(!IsBlank(TextInput2.Text),Filter('Time Sheets','Tool Number' = TextInput2.Text),Filter('Time Sheets', Employee.Value = Dropdown2.Selected.Value && Month = Dropdown3.Selected.Result))