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 / Combining Search and F...
Power Apps
Answered

Combining Search and Filter By Choices Data Type

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi,

 

I'm making an App to showcase different in-house applications. I currently have the ability to search on an application based on its name, but I would also like the filter the search based on a specific disciplines the app relates to.

msze400_0-1617732703321.png

 

I'm able to get the singular Search to work below , but the commented code with both the search and filter doesn't seem filter the by discipline choice, by the items selected within the combo box.

 

/*Search(
 Filter( 'General App Infos', 'Discipline Choices' = disciplineFilter.SelectedItems),
 FilterTextBox.Text,
 "cr897_applicationname"
)*/


Search('General App Infos',FilterTextBox.Text,"cr897_applicationname")

 

 

I'm using CDS and currently have the discipline choices set to a "Choices" text field. Below is how the data structure is currently setup.

msze400_1-1617732994186.png

 

Is there a way to incorporate both these to search and filter items? Thank you in advance.

 

 

Categories:
I have the same question (0)
  • Verified answer
    WarrenBelz Profile Picture
    156,456 Most Valuable Professional on at

    Hi @Anonymous ,

    Assuming this is a single choice, try

    Search(
     Filter(
     'General App Infos',
     disiciplineFilter.SelectedItems in 'Displine Choices'.Value
     ),
     FilterTextBox.Text,
     "cr897_applicationname"
    )

     

    Please click Accept as solution 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 Thumbs Up.

  • WarrenBelz Profile Picture
    156,456 Most Valuable Professional on at

    Hi @Anonymous ,

    Just checking if you got the result you were looking for on this thread. Happy to help further if not.

    Please click Accept as solution 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 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 Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 356 Most Valuable Professional

#2
11manish Profile Picture

11manish 225 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 211

Last 30 days Overall leaderboard