I have an issue filtering a SharePoint List on a DateTime column, but it only happens on certain user accounts.
The image below shows the table I'm having issues filtering. The DataTable shown at the bottom shows all items in the list. The number at the top is a count of the items that share the same maturity date. The code for this count is - CountRows(Filter(SPList, Maturity Date = DataTable.Selected.MaturityDate))

I only have issues filtering this SharePoint List on the Maturity Date column. All other columns filter properly. I don't know how to troubleshoot this issue because filters that are working for one user are not working for others. I'm looking for suggestions or if anyone else has seen this issue when building apps.
Thank you!!