Im hoping this is possible.
I currently have a gallery that's items is the following:
SortByColumns(Filter('Contraband Log (CL)','Facility Location'.Value=Dropdown5_7.Selected.Value),"CLDateofContrabandDiscovery",SortOrder.Descending)
and the items within the list have MANY dates. i want to be able to filter by the Facility location like it already is, but also say that i only want to see the MONTH of the CLDateofContrabandDiscovery (which is a date picker). i have a dropdown to select the month (CS_Month_7) and i would like the filter to update based on that. i still need it sorted in descending order WITHIN the selected month
