web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Search function formul...
Power Apps
Answered

Search function formula to look words that contain portions of a word within multiple columns

(1) ShareShare
ReportReport
Posted on by 20
How do I make this formula work to search for a portion of the word across multiple columns? 
 
SortByColumns(
        Search(
         'CSO Shipments - FAA Tags and Flow Data',(TextInput1_1.Text,'Serial_No','Invoice_MemoNo','DMIR.Value','ID.Value'
              ),
          IsBlank(dpStartDate_1.SelectedDate) || Created >= dpStartDate_1.SelectedDate,
          IsBlank(dpEndDate_1.SelectedDate) || Created <= dpEndDate_1.SelectedDate,
         
          ID,SortOrder.Descending)
         
         
Categories:
I have the same question (0)
  • WarrenBelz Profile Picture
    153,529 Most Valuable Professional on at
    A quick follow-up to see if you received the answer you were looking for or if you need further assistance.

    Please click Does this answer your question if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it a Like.
    MVP (Business Applications)    Visit my blog Practical Power Apps    LinkedIn   
  • Verified answer
    WarrenBelz Profile Picture
    153,529 Most Valuable Professional on at
    Somthing like this should do it
    SortByColumns(
       Search(
          AddColumns(
             Filter(
                'CSO Shipments - FAA Tags and Flow Data',
                IsBlank(dpStartDate_1.SelectedDate) || Created >= dpStartDate_1.SelectedDate,
                IsBlank(dpEndDate_1.SelectedDate) || Created <= dpEndDate_1.SelectedDate
             ),
             IDTxt,
             Text(ID),
             DIMTTxt,
             DMIR.Value
          ),
          TextInput1_1.Text,
          Serial_No,
          Invoice_MemoNo,
          DMIRTxt,
          IDTxt
       ),
       "ID",
       SortOrder.Descending
    )
     
    Please click Does this answer your question if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it a Like.
    MVP (Business Applications)    Visit my blog Practical Power Apps    LinkedIn    Buy me a coffee

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
Kalathiya Profile Picture

Kalathiya 421

#2
WarrenBelz Profile Picture

WarrenBelz 365 Most Valuable Professional

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 339 Super User 2025 Season 2

Last 30 days Overall leaderboard