Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building 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. 

  • Michael E. Gernaey Profile Picture
    41,385 Super User 2025 Season 1 on at
    Re: Multi-Select Combobox to filter Gallery w\Multiple Selection Choice column

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

  • raks Profile Picture
    on at
    Re: Multi-Select Combobox to filter Gallery w\Multiple Selection Choice column

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

  • jditz Profile Picture
    on at
    Re: Multi-Select Combobox to filter Gallery w\Multiple Selection Choice column

    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)
    )

  • Verified answer
    Michael E. Gernaey Profile Picture
    41,385 Super User 2025 Season 1 on at
    Re: Multi-Select Combobox to filter Gallery w\Multiple Selection Choice column

    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

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

Understanding Microsoft Agents - Introductory Session

Confused about how agents work across the Microsoft ecosystem? Register today!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,702 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 66,015 Most Valuable Professional

Leaderboard