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 / Filter gallery more th...
Power Apps
Answered

Filter gallery more than one conditions.

(0) ShareShare
ReportReport
Posted on by 2

Hi All,

I would need to some help from you, I'm looking for a solution to :  I want to Filter gallery below using 2 conditions:
- Dropdown List : Department must match Department in Gallery but Dropdown List : Department = "All Department" show all data in Gallery
- Dropdown List : Status must match status in Gallery, but if Dropdown List : Status = "All Status" then display all information in Gallery.

 

filter gallery.PNG

 

 

 

 

 

 

 

 

 

Hopefully you can see what I mean. Thank you in advance for your help

 

Best Regards,
Chonnipa

Categories:
I have the same question (0)
  • Verified answer
    Bipin D365 Profile Picture
    971 on at

    Hi @Chonnipa ,

     

    You can try below code.

    Filter(
     myCities1,
     If(
     Dropdown2.Selected.Result = "All",
     true,
     City = Dropdown2.Selected.Result
     ),
     If(
     Dropdown3.Selected.Result = "All",
     true,
     Continent = Dropdown3.Selected.Result
     )
    )

    bipinshan_0-1640680966070.png

     

    Please mark my answer verified if this is helpful!

    Regards,

    Bipin Kumar

    Follow my Blog: https://xrmdynamicscrm.wordpress.com/

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 1,041

#2
11manish Profile Picture

11manish 676

#3
Valantis Profile Picture

Valantis 655

Last 30 days Overall leaderboard