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

Community site session details

Session Id : EkcsNkheu6axRKNX9zGVQW
Power Pages - Power Apps Portals
Answered

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

Like (0) ShareShare
ReportReport
Posted on 25 Feb 2020 14:22:58 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

 
I have the same question (0)
  • Verified answer
    v-siky-msft Profile Picture
    on 26 Feb 2020 at 06:07:32
    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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

MS.Ragavendar – Community Spotlight

We are honored to recognize Ragavendar Swaminatha Subramanian as our September…

Leaderboard > Power Pages

#1
Jon Unzueta Profile Picture

Jon Unzueta 107 Super User 2025 Season 2

#2
KevinGador Profile Picture

KevinGador 34 Super User 2025 Season 2

#3
SwatiSTW Profile Picture

SwatiSTW 24 Super User 2025 Season 2

Last 30 days Overall leaderboard