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 WITH 3 DROPDOWN...
Power Apps
Answered

FILTER WITH 3 DROPDOWNS ON A GALLERY

(0) ShareShare
ReportReport
Posted on by

I have a gallery that I need to filter by 3 dropdowns.

 

- One depends on the other to filter.

 

1 - The first would be the "regional" is a text-type field, and begins to filter through it

2 - The second would be "grupo" and it filters after some item is filtered by the one above (or it can be vice versa)

3 - It would be the litigation that appears only if the "regional" filter has some options selected.

 

This only filters depending on the "grupo" filter

Anyway, filter:

 

"grupo" and "regional" does not matter which one to start ... However "litragem" filter can only be filtered if the "grupo" filter is activated

 

Here a simple screenshoot:

 

err.png

Categories:
I have the same question (0)
  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Hello,

    In Item of the gallery:

    Filter(Your Gallery, Regional = dropdownRegional.Selected.Value && Grupo = dropdownGrupo.Selected.Value && Litragem = DropdownLitragem.Selected.Value))

     

  • Gorilla_8 Profile Picture
    on at

    Hi @Anonymous ,

     

    Thanks for the reply, and how do I show all data without the filter selected?

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Hi,

    Replace the formula by :

     

    Filter(Your Gallery, dropdownRegional.Selected.Value in Regional &&  dropdownGrupo.Selected.Value in Grupo  &&  DropdownLitragem.Selected.Value in Litragem ))

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Sorry,

    is not the good solution, 

    I'm looking for the right answer.

     

     

  • Verified answer
    Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Hi

     

    I offer you this solution

     

    I suppose that Litragem is a numeric.

     

    IF(IsBlank(DropdownLitragem.Selected.Value), 
    Filter(Your Gallery, Regional = dropdownRegional.Selected.Value && Grupo = dropdownGrupo.Selected.Value),

    Filter(Your Gallery, Regional = dropdownRegional.Selected.Value && Grupo = dropdownGrupo.Selected.Value && Litragem = DropdownLitragem.Selected.Value)))

     

    In each list you add the "" value.

     

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 Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 414

#2
Valantis Profile Picture

Valantis 408

#3
timl Profile Picture

timl 339 Super User 2026 Season 1

Last 30 days Overall leaderboard