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 / Applying dropdown filt...
Power Apps
Answered

Applying dropdown filter and search option in same Gallery table.

(0) ShareShare
ReportReport
Posted on by 10

I have 2 columns in my sharepoint table and based on these 2 columns data. In my gallery table, I need to apply filter to one column and search in other column.

In the attached image, I have to filter with "Make" column ( dropdown filter marked in red), so i have applied following formula to the gallery table and I am getting desired result.

 

If(DropMaker.Selected.Result="All",'WIS List_1',Filter('WIS List_1',Maker=DropMaker.Selected.Result))

 

 Next I have to display result based on my searchbox, and I have applied following formula and I am getting desired result.

 

Search('WIS List_1',SearchboxWIS_1.Text,"WISName")

 

 But when I try to apply both formulas to Gallery seperated by a ; then I am getting error in formula bar.

 

Please help

1234.PNG
Categories:
I have the same question (0)
  • Verified answer
    Drrickryp Profile Picture
    Super User 2024 Season 1 on at

    @Aman12345 

    Search(
     If(
     DropMaker.Selected.Result="All",'WIS List_1',
     Filter(
     'WIS List_1',Maker=DropMaker.Selected.Result
     )
     ),SearchboxWIS_1.Text,"WISName"
    )

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 June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 325 Most Valuable Professional

#2
11manish Profile Picture

11manish 165

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 88 Super User 2026 Season 1

Last 30 days Overall leaderboard