Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Unanswered

Filter Combobox

(1) ShareShare
ReportReport
Posted on by 116

Hello guys, 

 

I'm using a combobox with the search function.

The source of the Combobox is a table "Countrytable", which has a column "Country" and a column "Status".

 

I'm trying to filter the combobox for countries with Status true. But as soon as im using the search in the combobox im getting an error: "...Try to make all columns visible".

 

Code of combobox: Filter(CountryTable;Status=true)
 
 
thanks for your help!
  • ivan_apps Profile Picture
    2,187 Super User 2025 Season 1 on at
    Re: Filter Combobox

    Is the country table in a separate sheet and hidden? What is your configuration for the Search field?

  • developingteal Profile Picture
    392 on at
    Re: Filter Combobox

    make sure there still will be a column visible after status=true

  • Cedric0404 Profile Picture
    116 on at
    Re: Filter Combobox

    sorry I forgot to say that. The data source is an excel. And both columns are text columns. So it should be like Status= "True"

  • ivan_apps Profile Picture
    2,187 Super User 2025 Season 1 on at
    Re: Filter Combobox

    What's your data source? SharePoint?  What data type are the columns "Country" and "Status"? Is "true" really a status option the Status column? Assuming they are choice columns ->

    Filter(

    CountryTable,

    Status.Value = "true"

    )

     

    Click on the "Fields" property of your combo box, be sure to set your Display column & Search column appropriately.

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