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 / Multi-Select Combobox ...
Power Apps
Answered

Multi-Select Combobox to filter Gallery w\Multiple Selection Choice column

(0) ShareShare
ReportReport
Posted on by

Hello and thanks in advance for reading this! I have a SharePoint list 'LawExcerpts' with two columns:

  • LawName (text)
  • FocusArea (choice, allows multiple selection)

In Power Apps, I have a screen with a combobox  and a gallery control. Items selected in the combobox will filter the gallery list.

  • ComboBox1 (Items = Choices(LawExcerpts.FocusArea), Allows multiple selections)
  • Gallery1 (Items = Filter(LawExcerpts,FocusArea in ComboBox1.SelectedItems.Value))

I'm getting an error in the Gallery Items formula on FocusArea: 'Invalid argument type. Cannot use table values in this context.' I understand FocusArea is considered a table and can't be compared as written.  I just can't figure out how to fix this. 

Categories:
I have the same question (0)
  • Verified answer
    Michael E. Gernaey Profile Picture
    53,963 Moderator on at

    Hello,

     

    If you search for Multi Selection choice filtering you will find loads and loads of requests for that exact same thing.

     

    Its a horribly supported thing to do in Power Apps. Anytime you can avoid doing it, using another method, versus choice field, please do, you'll be so much happier.

     

    But here is the only real good solution.

    Solved: Filter multiple selection choice column - Power Platform Community (microsoft.com)


    Cheers
    If you like my answer, please Mark it as Resolved, and give it a thumbs up, so it can help others
    Thank You
    Michael Gernaey MCT | MCSE | MCP | Self-Contractor| Ex-Microsoft
    https://gernaeysoftware.com
    LinkedIn: https://www.linkedin.com/in/michaelgernaey

  • jditz Profile Picture
    on at

    Thanks @FLMike!  A comment in that link got me to the solution I used:

    Filter
    (Source,
    IsBlank(combo_box.SelectedItems.Value) || IsEmpty(combo_box.SelectedItems) || true in ForAll(Column.Value, ThisRecord in combo_box.SelectedItems.Value)
    )

  • raks Profile Picture
    on at

    Thanks @jditz you have the best solution I've found

  • Michael E. Gernaey Profile Picture
    53,963 Moderator on at

    Thanks, @jditz  if you can mark mine as the Accepted Solution I would appreciate it

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 June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 337 Most Valuable Professional

#2
11manish Profile Picture

11manish 173

#3
Valantis Profile Picture

Valantis 86

Last 30 days Overall leaderboard