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 / Display Filtered items...
Power Apps
Answered

Display Filtered items from SharePoint list as Items in Dropdown

(0) ShareShare
ReportReport
Posted on by 240

Hello,

 

I have a situation where a Power Apps dropdown is tied to a data source which is SharePoint list. I would like to be able to display filtered items from SP(not all of them) as options in the dropdown. For example, show 'title' as selection option in dropdown only for rows where SP column StartDate < Today(). I am not able to find a way to do this on the web despite the fact that it appears to be a simple problem. Again, I need only only a filtered set of SP items(based on date) to be showing in the dropdown.

 

Thank you

Categories:
I have the same question (0)
  • Verified answer
    WarrenBelz Profile Picture
    154,447 Most Valuable Professional on at

    Hi @nemanjasovic011 ,

    Something like this should do it

    Filter(
     YourSPListName,
     DateDiff(
     StartDate,
     Today(),
     Days
     )>0
    ).Title

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

  • nemanjasovic011 Profile Picture
    240 on at

    This works - thank you - before  I mark this as an answer, if you get a chance, could you let me know how to add additional condition 'AND' on this filter for column name 'visible;=='yes'.

  • nemanjasovic011 Profile Picture
    240 on at
    Answer to my question : Filter( 'Event itinerary',
    DateDiff(
    'Start date and time',
    Today(),
    Days
    )>0 And ('Expose to Event Registration app'.Value = "Yes")
    ).'Name and Date'

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 542 Most Valuable Professional

#2
Haque Profile Picture

Haque 206

#3
Kalathiya Profile Picture

Kalathiya 201 Super User 2026 Season 1

Last 30 days Overall leaderboard