I have seen plenty of questions and answers, re: filtering between two dates but none specific to my issue.
I am filtering a gallery were the clocked time was between to date pickers. My code is:
Announcements
I have seen plenty of questions and answers, re: filtering between two dates but none specific to my issue.
I am filtering a gallery were the clocked time was between to date pickers. My code is:
Thank you but with your addition, on my end, it's the same. If want to include the 2nd, I must set the end date to the 3rd.
Hi @JoelL
Try this just as a workaround:
Filter(
Employment_Time,
'Time IN' >= DatePicker_Start.SelectedDate &&
'Time IN' < DateAdd(DatePicker_End.SelectedDate, 1, Days)
)
I believe this had to do with the date format a topic that already got tackled on the forum:https://powerusers.microsoft.com/t5/Building-Power-Apps/Filtering-a-Gallery-using-two-date-fields-from-a-SharePoint-list/td-p/514726
If you have any questions or feedback, please let me know. Have a great day! 😊
-----------------------
PowerYsa Power Platform Enthusiast [LinkedIn] | [Youtube]
I love to share my knowledge and learn from others. If you find my posts helpful, please give them a thumbs up 👍 or mark them as a solution ✔️. You can also check out my [@PowerYSA] for some cool solutions and insights. Feel free to connect with me on any of the platforms above. Cheers! 🍻
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
mmbr1606
275
Super User 2025 Season 1