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 / Search Multiple Column...
Power Apps
Unanswered

Search Multiple Columns in Data Table

(0) ShareShare
ReportReport
Posted on by 221

I would like to be able to Search multiple columns in the data table, instead of just the "Street" column.  For example the Work Order column, which is a Number in the Share Point List.

 

Would anyone know how this could be achieved?

 

Shaguar357_0-1669997326606.png

 

Categories:
I have the same question (0)
  • Pstork1 Profile Picture
    69,543 Most Valuable Professional on at

    The Search() function can be used to search multiple columns at the same time.  The one problem is that its not delegable.  So if you are using a large data source you need to narrow down the results before applying Search()

  • Tolu_Victor Profile Picture
    197 Super User 2024 Season 1 on at

    Hi 

    The search function allows to search multiple columns
    Just separate with a comma

    Search( DailyWorkSheet, TextInput.Text, Street, 'Work Order' [, Column3, ... ] )
  • Shaguar357 Profile Picture
    221 on at

    Hi @Tolu_Victor ,

     

    Thanks for your quick reply! 

     

    I have entered another column, however, the data then does not populate in the app.


    Could this possibly be because the Work Orders type is a Number in the Share Point list?

     

    Shaguar357_1-1669999168797.png

     

     

  • Tolu_Victor Profile Picture
    197 Super User 2024 Season 1 on at

    Hi, Unfortunately, Search only works with text columns

    Rather than search why don't you just use the filter function since you need to filter different column types

     

    Filter(
    	DailyWorkSheet,
    	TextInput.Text in Street ||
    	Value(TextInput.Text) = WorkOrderNumber
    )

     


    -------------------------------------------------------------------------
    If I have answered your question, please mark your post as Solved.
    If you like my response, please give it a Thumbs Up.

     

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 Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 414

#2
WarrenBelz Profile Picture

WarrenBelz 377 Most Valuable Professional

#3
Kalathiya Profile Picture

Kalathiya 315 Super User 2026 Season 1

Last 30 days Overall leaderboard