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 / Dropdown List filterin...
Power Apps
Answered

Dropdown List filtering data

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi!

 

I currently have a "search" option that I want to replace with a dropdown option. 

 

 

Categories:
I have the same question (0)
  • StalinPonnusamy Profile Picture
    Super User 2024 Season 1 on at

    Hi   @Anonymous 

    • Add Dropdown control on the screen
    • Change items Property to

     

    'SPListName'.Title

     

    • Add this dropdown to search
  • StalinPonnusamy Profile Picture
    Super User 2024 Season 1 on at

    Gallery items Property will be (Search with Sort)

    Updated to your Names (Watch for typo )

     

    Note: This will be an issue for Large Dataset.

     

     

    With(
     {
     sData: Sort(
     'Equipment Maintenance Log',
     ID,
     Descending
     )
     },
     Sort(
     Search(
     sData,
     Dropdown5.Selected.Title,
     "Title"
     ),
     AnotherColumn,
     If(
     SortDescending1,
     Descending,
     Ascending
     )
     )
    )

     

     

     

    StalinPonnusamy_0-1627590877481.png

     

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    issue.pngIt didn't work when I tried. The problem that I mentioned is that my column that I'm wanting to search is called "operation" no title. However the option for operation is not in the selection. 

  • Verified answer
    StalinPonnusamy Profile Picture
    Super User 2024 Season 1 on at

    Filter Items for Date, Combobox, and Text Search

     

     

    With(
     {
     sData: Filter(
     'Equipment Manitenance Log',
     IsBlank(ComboBox1.SelectedItems.Value) || IsEmpty(ComboBox1.SelectedItems) || Operation.Value = ComboBox1.Selected.Value,
     IsBlank(DatePicker1.SelectedDate) || IsEmpty(DatePicker1.SelectedDate) || Date= DatePicker1.SelectedDate
     )
     }, 
     If(
     Not(IsBlank(TextInput2.Text)),
     Search(
     sData,
     TextInput2.Text,
     "Title"
     ),
     sData
     )
    )

     

     

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 377 Most Valuable Professional

#2
11manish Profile Picture

11manish 165 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 110 Super User 2026 Season 2

Last 30 days Overall leaderboard