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 / Filtering Items in a D...
Power Apps
Unanswered

Filtering Items in a Dropdown by another column in the lookup list

(0) ShareShare
ReportReport
Posted on by 27

I have a PowerApp with a dropdown that brings in items from a SharePoint list. This is working great, but now we're in a new fiscal year and we don't want to clear out the SharePoint list, but we only want the dropdown to show items with a "Date" value of 8/31/19 or newer. 

 

This is what I currently have set up, because I'm sorting alphabetically. 

Capture.PNG

 

I've tried something like this:

Filter(
 Choices('Break & Educate'.Title), 
 Value in Filter('Date'>08/31/2019).Date
)

But that's just giving me an error. Any help on this? Luckily the list column names are pretty simple ("Title" and "Date"), but this is giving me a headache. 

 

TIA for any advice you have. 

 

Categories:
I have the same question (0)
  • mdevaney Profile Picture
    29,991 Moderator on at

    @AmyWaggoner 

    I think the following code would achieve the desired result when placed in the Items property of a dropdown.

     

    ShowColumns(Filter('Break & Educate',Date>Date(2019,10,2)),"Title")

     

    Unfortuantely, you are going to get a delegation warning because dates are currently not delegable for Sharepoint lists.  However, I'm told by other forum members that this is on the roadmap and will be addressed.

     

    ---
    Please click "Accept as Solution" if my response helped to solve your issue so that others may find it more quickly. If your thought the post was helpful please give it a "Thumbs Up."

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

#2
11manish Profile Picture

11manish 203 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 128 Super User 2026 Season 2

Last 30 days Overall leaderboard