Skip to main content
Community site session details

Community site session details

Session Id :
Power Pages - Power Apps Portals
Answered

Filter DataTable based on sharepoint (date funcion Today())

(0) ShareShare
ReportReport
Posted on by

How can I filter a data table by date of the day in powerapps? I want to see only the data entered on the current day of a list in sharepoint

 

Captura.PNG

 
  • Verified answer
    v-siky-msft Profile Picture
    on at
    Re: Filter DataTable based on sharepoint (date funcion Today())

    Hi @Anonymous 

     

    Do you mean you want to filter the data table based on the day of Today? Please try this:

     

    Filter('SP list','Date Column'>=Today() && 'Date Column'<=Today())

     

    Snipaste_2020-02-26_14-06-40.png

    However, since Actual Date values are not delegable for SharePoint in PowerApps, there should be some delegation warnings on the formula.

    If your SharePoint list is less than 2000 records, you can ignore these warnings.

    If your SharePoint list is more than 2000 records, one way is to create a Text column in your SharePoint list to convert the Date to Text, e.g. "m/d/yyy" format, then filter the list based on 'Date2Text' column which is delegable.

     

    Filter('SP list',Date2Text=Text(Today(),DateTimeFormat.ShortDate))

     

    You also can refer to this thread: https://powerusers.microsoft.com/t5/Building-Power-Apps/filter-a-column-by-todays-date/td-p/252420 

    Hope this helps.

    Sik

      

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

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Pages

#1
Lucas001 Profile Picture

Lucas001 60 Super User 2025 Season 1

#2
Fubar Profile Picture

Fubar 55 Super User 2025 Season 1

#3
surya narayanan Profile Picture

surya narayanan 35