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 / Date picker suddenly n...
Power Apps
Answered

Date picker suddenly not filtering

(0) ShareShare
ReportReport
Posted on by 5

Hi all!

 

I currently faces the issue of the date picker suddenly not working on Power App.

 

I have checked the data source, which is still working as per normal. 

 

The filtering formula I was using is 

Filter(SharepointList,DateDiff('ColumnName',DatePicker.SelectedDate,TimeUnit.Days)=0)

 

The weird thing is all new entries into the sharepoint list after 14th July cannot be recognized and filter. 

Everything before can be filtered and shown as per normal. 

 

But all along there has been no changes to the sharepoint list, our power automate flows, and the power app itself. 

 

I tried recreating but it is not working as well. 

 

Here shows part of the list, filtering is based on 'Request delivery date'. Despite the delivery date being the same, one was submitted before 14th July, one submitted after.  

q2.png

I should have two being shown in my app, but only one shows up. 

q3.png

 

Anyone encountered this before and may have a solution to it? 

 

Thank you very much in advance. 

Categories:
I have the same question (0)
  • Verified answer
    v-bofeng-msft Profile Picture
    Microsoft Employee on at

    Hi @VegakunLee ,

     

    The formula is not delegable. Please try:

    Filter(SharepointList,'ColumnName'=DatePicker.SelectedDate)

    Or

    With(
     {SelectedDate:DateAdd(DatePicker1.SelectedDate,TimeZoneOffset(),TimeUnit.Minutes)},
     Filter(SharepointList,'ColumnName'=SelectedDate)
    )

     

    Best Regards,

    Bof

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 355 Most Valuable Professional

#2
11manish Profile Picture

11manish 209 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 150 Super User 2026 Season 2

Last 30 days Overall leaderboard