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 / Filter the drop down l...
Power Apps
Answered

Filter the drop down list based on multi-select column

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi, All. 

I have a drop down field in my app that shows the Titles in the SP list. That SP list has also "Team members" Person type column where there could be multiple names. I want the drop down to show only the Titles where the User is listed in that "Team members" column. What would be the filter on my Items property? There are a lot of examples where you compare with one selected name but I can't find a comparison with the multiple selection.

Thanks!

Categories:
I have the same question (0)
  • Verified answer
    LaurensM Profile Picture
    12,516 Moderator on at

    Hi @Anonymous, you can filter the dropdown by the current user with the following statement:

     

    Filter(ListName, User().Email in PersonField.Email)

     


    Should the User.Email() not match the mail within the Person field, you could also add the Office365 Users connector and replace User().Email:

     

    Filter(ListName, Office365Users.MyProfileV2().mail in PersonField.Email)

     


    However, the 'in' will make your filter not delegable. Should you have a long list (>500 or >2000 dependent on app settings) or this list will slowly grow to those numbers, I would suggest looking for delegable alternatives.

    I recently came across a great article written by @WarrenBelz,. The article mainly tackles multi select combobox filtering but It might also be applicable to this case.

    I hope this helps!

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    @LaurensM , thank you so much! This works. And my list will not grow over 50 so I think I am ok, although I will look into the alternatives. 

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
Haque Profile Picture

Haque 85

#2
WarrenBelz Profile Picture

WarrenBelz 76 Most Valuable Professional

#3
Kalathiya Profile Picture

Kalathiya 38 Super User 2026 Season 1

Last 30 days Overall leaderboard