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 / Two Galleries multiple...
Power Apps
Answered

Two Galleries multiple filter

(1) ShareShare
ReportReport
Posted on by 792
Hi Community 
 
I have an app ive built and a feature I want to develop is filter one gallery on the selection of another (sounds simple enough)

So the app looks like this:



I am able to code the items for one type of selection using:
If(type="All",
    'Testing governance tool',
    If(FilterGallery.Selected.TextBox1.Text="Report Testing" ,
        Filter('Testing governance tool',Whattypeoftestingareyouconductin.Value="Report"))


However there are nine different if eventualities including 'All Items' which needs some direction as its to show everything that is in the datasource table.
 
Can anyone help I hope ive provided enough info on my dilema?
        )
Categories:
I have the same question (0)
  • Suggested answer
    Michael E. Gernaey Profile Picture
    53,968 Moderator on at
    Hi
     
    If I understand correctly, all the options on the Left Gallery do something to the right, its standard do this in the right side Items
     
    Switch(FilterGallery.Selected.TextBox1.Text,
          "All Items",
                'Testing governance tool',
          "Code Testing",
                  Filter('Testing governance tool',Whattypeoftestingareyouconductin.Value="XXX")),
         "Next one",
                 Filter('Testing governance tool',Whattypeoftestingareyouconductin.Value="YYYY")),
        "And So On",
                Filter('Testing governance tool',Whattypeoftestingareyouconductin.Value="Report"))
    );

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

#2
11manish Profile Picture

11manish 165

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 96 Super User 2026 Season 1

Last 30 days Overall leaderboard