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 values from Sha...
Power Apps
Answered

Filter values from SharePoint list on multi value field

(0) ShareShare
ReportReport
Posted on by 31

I am trying to setup a form to pull from a SharePoint list of "Active" services for particular "Customers".  I am able to filter based on Status = Active, but the Customers field in my Services list is a mutli select field and I cannot figure out how to filter based on that.  

 

Examples:

This formula works for me to filter on Services whose Status = Active:

Filter([@Services], Status.Value = "Active").Title

But this doesn't work and on Customers.Value tells me I "Cannot use table values in this context"

Filter([@Services], Customers.Value in ["Corporate"]).Title

What am I doing wrong?

Categories:
  • Verified answer
    Jeff_Thorpe Profile Picture
    6,085 Super User 2024 Season 1 on at

    Have you tried:

    Filter([@Services], Status.Value = "Active", "Corporate" in Customers.Value).Title

     

    This assumes you want status equals Active and Corporate is one of the selected customer values.

     

    Since mutli select fields can't be delegated you will get the delegation warning and the blue squiggly line but if you list is small it may not matter. 

  • CameronGo Profile Picture
    31 on at

    That is great!  Exactly what I needed, thanks so much!  Yes, my source list is pretty small, so this should be fine for performance.

     

    Final filter is:

    Filter([@Services], Status.Value = "Active", "Corporate" in Customers.Value).Title

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
11manish Profile Picture

11manish 402 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 328

#3
WarrenBelz Profile Picture

WarrenBelz 296 Most Valuable Professional

Last 30 days Overall leaderboard