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 filter not working
Power Apps
Unanswered

Date filter not working

(0) ShareShare
ReportReport
Posted on by 15

Hi All,

 

 I am creating a power app and for one of the Text box I have to get data from SQL table. I am using below formula to get all the Inv on a particular day. Date_Pulled Column has data type Date. When I put DateValue(Date_pulled)=DateValue("2022-07-01") condition in the filter I don't get any number but data is present in the SQL table.

 

Sum(Filter(ARinv,Dept=Dept_Combo.Selected.Dept_code,Prdfamily=Upper(PrdFamily.Selected.PrdFamily),
DateValue(Date_pulled)=DateValue("2022-07-01")),Inv_hand)

 

Thanks

Categories:
I have the same question (0)
  • RandyHayes Profile Picture
    76,299 Super User 2024 Season 1 on at

    @NSC7 

    If Date_pulled is a date type, then you don't need to use a DateValue on it...it is already a date value.

    Please consider changing your Formula to the following:

    Sum(
     Filter(ARinv,
     Dept=Dept_Combo.Selected.Dept_code,
     Prdfamily=Upper(PrdFamily.Selected.PrdFamily),
     Date_pulled = Date(2022, 7, 1)
     ),
     Inv_hand
    )

     

    I hope this is helpful for 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 June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 335 Most Valuable Professional

#2
11manish Profile Picture

11manish 165

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 96 Super User 2026 Season 1

Last 30 days Overall leaderboard