This happens because your SharePoint date column is stored as text, while the DatePicker returns a date value. Power Apps can’t directly compare text with date, so you need to convert one side.
Set the Items property of your gallery like this:
Make sure the format (dd-mm-yyyy) matches how your text date is stored.
If your text date format is different (for example yyyy-mm-dd), adjust the format accordingly.
Better long-term approach:
- Change the SharePoint column type from Text to Date
- Then use a simpler filter:
This removes the need for conversions and improves performance.
Best regards,
Satyam Pandey
✅ If this helped solve your issue, please mark it as Accepted Solution so others can find it quickly.
❤️ If it was helpful, please click Yes on “Was this reply helpful?” or give it a Like
🏷️ For follow-ups, feel free to tag @TechFreak
💼 LinkedIn
▶️ YouTube