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 / Filter date base on tw...
Power Apps
Answered

Filter date base on two date comparision

(0) ShareShare
ReportReport
Posted on by 124

I though this would be simple but it turn out very strange. I have sharepoint list (Submission List) with two date columns, 'Due date' and 'Submission Date'. I am using gallery to show the list and now I want to filter the list in the gallery that 'Submission Date is greater than 'Due Date'. My code as below. It works if I compare it with today's date but when compare the two date, it return blank. I do have the list with 'Submission Date' less than 'Due Date'. The column is Date Time column with include time turn off

 

Filter('Submission List', 'Submisssion Date' > 'Due Date')

 

I do want delegation to work if that possible.

Categories:
I have the same question (0)
  • Verified answer
    daydinho10 Profile Picture
    124 on at

    OK, I am able to solve this problem by using add column inside filter so there is additional column that I can use to filter. 

    Filter(
     AddColumns(
     'Submission List',
     "IsLate",
     If(
     'Submission Date' > 'Due Date',
     true,
     false
     )
     ),
     IsLate = true
    )

     

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 356 Most Valuable Professional

#2
11manish Profile Picture

11manish 225 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 211

Last 30 days Overall leaderboard