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 / Tring to filter for re...
Power Apps
Answered

Tring to filter for records dated today and in the future

(0) ShareShare
ReportReport
Posted on by 111

i am tring to show records only from today and beyond i am using 

 

SortByColumns(Filter([@'Casino Event'], Date >=Today(), StartsWith(Deal1, TextSearchBox1_1)),"Title", If(SortDescending1, SortOrder.Descending, SortOrder.Ascending))

this is not showing any errors but it is not showing and records in the gallery either  could someone please help

Categories:
I have the same question (0)
  • Verified answer
    Rajkumar_M Profile Picture
    3,747 Moderator on at

    Hi @lbdrummer 

     

    You can use the DateValue() function to ensure proper date comparison.

     

    SortByColumns( 
    Filter(
    [@'Casino Event'],
    DateValue(Date) >= Today(),
    StartsWith(Deal1, TextSearchBox1_1.Text)
    ), "Title",
    If(SortDescending1, SortOrder.Descending, SortOrder.Ascending)
    )

     

    Thanks!

     

    If my response has been helpful in resolving your issue, I kindly request that you consider clicking "Accept as solution" and "giving it a thumbs up" as a token of appreciation.

  • lbdrummer Profile Picture
    111 on at

    that worked  Thank you

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