web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Get data using 2 datep...
Power Apps
Answered

Get data using 2 datepickers

(0) ShareShare
ReportReport
Posted on by 39

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

Categories:
I have the same question (0)
  • AARON_C Profile Picture
    2,235 Most Valuable Professional on at

    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 

  • Verified answer
    FazalUrrehman Profile Picture
    131 on at

    Try This :

    Filter('Data source', 
     DateValue('Date Column') >= DateFrom.SelectedDate && DateValue('Date Column') <= DateTo.SelectedDate
    )

     

  • Jyothi1 Profile Picture
    39 on at

    Hi,

    Thank you for the reply but it isnt working. 

    Screenshot 2023-12-14 121049.png
  • AARON_C Profile Picture
    2,235 Most Valuable Professional on at

    @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.

  • FazalUrrehman Profile Picture
    131 on at

    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.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 534

#2
WarrenBelz Profile Picture

WarrenBelz 416 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 306

Last 30 days Overall leaderboard