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 / Text search box + comb...
Power Apps
Answered

Text search box + combo box filter

(0) ShareShare
ReportReport
Posted on by 7

Hi

 

I'm struggling with setting up filtering by text in textsearchbox (TextSearchBoxBooking) and combobox (ComboBox1) value.

Here's how my formula looks like at the moment:

SortByColumns(Filter([@KitBooking_test], StartsWith(Title, TextSearchBoxBooking.Text)), "ID", If(SortDescending1, Descending, Ascending))

 

I have tried a few different setups but none of these worked so far.

For example, i need to filter by item name put into the text search box, but also I need to be able to filter by statuses of items, which are listed in the combo box.

The data source for this app is a  single SharePoint.

Categories:
I have the same question (0)
  • Verified answer
    EdViegas Profile Picture
    436 on at

    Assuming that Statuses is a LookUp column, try:

     

    SortByColumns(
     Filter(
     [@KitBooking_test], 
     And(
     StartsWith(Title, TextSearchBoxBooking.Text),
     Or(
     ComboBox1.Selected.ID = Status.Value,
     IsBlank(ComboBox1.Selected.ID)
     )
     )
     ), 
     "ID", 
     If(
     SortDescending1, 
     Descending, 
     Ascending
     )
    )

     

  • Kakadu Profile Picture
    7 on at

    Had to modify it a bit, but it works!

    Thank you very much @EdViegas for support 🙂

  • v-qiaqi@microsoft.com Profile Picture
    Microsoft Employee on at

    Hi @Kakadu,

    Could you please Mark the replay as an answer?

    Thanks for your cooperation.

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
Haque Profile Picture

Haque 88

#2
WarrenBelz Profile Picture

WarrenBelz 85 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 45

Last 30 days Overall leaderboard