Announcements
Hi Everyone,
I have a data in excel which I have added using patch function and in another screen I need to get that data using 2 date pickers like Start date and End date. I should get all the data from that month which is stored in excel. I tried various ways but its not working. Please help
Hi @Jyothi1
On the Items property of your gallery:
Filter('Data source', 'Date Column' >= DateFrom.SelectedDate && 'Date Column' <= DateTo.SelectedDate ) // Change DateFrom and DateTo with the names of your date pickers
Please tick Accept as solution if the answer is useful.
Thanks,
@AARON_C
Try This :
Filter('Data source', DateValue('Date Column') >= DateFrom.SelectedDate && DateValue('Date Column') <= DateTo.SelectedDate )
Hi,
Thank you for the reply but it isnt working.
@Jyothi1
What does the error say?
Also, it says "We didn't find any data to show at this time". Double check you have data is in between those dates selected.
Whats the format of Date in excel ??
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 549 Most Valuable Professional
Kalathiya 225 Super User 2026 Season 1
Haque 224