Hi @CarKap ,
I think the problem it will be cause by the Text(Date) that you putted inside the filter,
If the type of the field are Date/Time inside the database, you don't need to convert the formart to Text.
Try to update your filter to something like this:
Filter(YourList, DateField = DateControl.SelectedDate)
-------------------------------------------------------------------
If my reply helped you, please give a 👍
If it solved your issue, please give a 👍 & accept it as the Solution to help other community members find it.