Announcements
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
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.
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'.
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.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
11manish 551
WarrenBelz 430 Most Valuable Professional
Valantis 298