Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Answered

Power Apps modern combobox filter

(0) ShareShare
ReportReport
Posted on by 34

Hello everyone,

I am currently building a new Power App and have discovered the modern controls for myself. Unfortunately, I can't build a filter using a modern combobox. The filter should work similarly to the conventional comboboxes so that I can select several values and filter according to these. If I do not select any values, all entries should be displayed. I ran into the problem that I only get the last selected value of the combo box displayed. Does anyone have experience with this and can help me?

  • Chris Ludwig Profile Picture
    34 on at
    Re: Power Apps modern combobox filter

    It looks like it was just a bug. After restarting Power Apps several times, the formula no longer displayed an error and shows no error. The warning on the screenshot was only about large datasets.

    How would you have to rewrite the formula if you want to filter a multivalue field of a SharePoint list? If I see it correctly, a table is compared with a table?

     

    Items of the combo Box: 

    ChrisDremaze_0-1711394256083.png

     

    Filter of the Gallery:

    ChrisDremaze_1-1711394291588.png

     

    Current Error Message:

    Some types are incompatible for comparison. These types cannot be compared: Table, Table

     

    Many thanks for the help 🙂

     

  • BhargavPatel Profile Picture
    628 Super User 2025 Season 1 on at
    Re: Power Apps modern combobox filter

    Can you hover over the squiggly line over in and || to see what error are you getting?

    Also, what is your data source?

  • Chris Ludwig Profile Picture
    34 on at
    Re: Power Apps modern combobox filter

    I used the "in" operator and unfortunately it didn't work. My formula looks like this

    ChrisDremaze_0-1711321606252.png

     

  • Verified answer
    BhargavPatel Profile Picture
    628 Super User 2025 Season 1 on at
    Re: Power Apps modern combobox filter

    Are you using "in" operator and not "=" in the filter condition? I used the below formula and it worked with a delegation warning for SharePoint List as "in" operator is not delegable for SP List, but if you are using Dataverse that will not be an issue.

    Filter(<DataSource>, <ColumnName> in ComboboxCanvas1.SelectedItems||IsBlank(ComboboxCanvas1.SelectedItems)||IsEmpty(ComboboxCanvas1.SelectedItems))

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,026 Most Valuable Professional

Leaderboard