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 / Gallerz filter based o...
Power Apps
Unanswered

Gallerz filter based on multiple Dataverse entities

(0) ShareShare
ReportReport
Posted on by 20

Hi All,

 

I'm having some troubles with sorting out a powerapp concept.

Use Case: 

One Canvas App built on Dataverse Tables. Basically I'm having people (contacts) with various subgrids (connected entities/Tables).

 

The attached screen shows what is the result that i would like to achieve in the Canvas App:

In the bottom part there is a gallery, which if i don't select anything i would like to see a list of all people.

Meanwhile is is select 1-1 parameter let's say one education and 2 languages, i would like to see in the gallery Only the ones who fit both of the parameters.

 

Preferably i would like to achieve this step by step filtering on each drop down interaction, hence, if i have 3 filters and 20 people i want to see the 20 people, and if i add 1 more filter and all of them disappears basically i'll know that that last parameter is the one which isn't available for any of them. (the buttons below the dropdowns are there only for testing/dev purposes)


From the gallery list as a next stepp I'll select one person and go to another screen.

 

I hope it wasn't too messy 🙂 🙂 🙂

 

Every Idea is more than welcome (I'm starting to lose my remaining hair on this 😄 )
Thx in advance,

Oliver

help for canvas.png
Categories:
I have the same question (0)
  • HenriDesmet59 Profile Picture
    295 on at

    Hello @Oliver89 ,

     

    So you want to filter a Datasource with all the dropdown you showed in the screen ?

     

    In order to do that, you can write your filter like this :

     

    Filter(
     DataSource;
     IsBlank(FirstCombo.SelectedItems.Value) || IsEmpty(FirstCombo.SelectedItems) || FirstCombo.Selected.Value in FirstColumn.Value;
     IsBlank(SecondCombo.SelectedItems.Value) || IsEmpty(SecondCombo.SelectedItems) || SecondCombo.Selected.Value in SecondColumn.Value;
     IsBlank(ThirdCombo.SelectedItems.Value) || IsEmpty(ThirdCombo.SelectedItems) || ThirdCombo.Selected.Value in ThirdColumn.Value;
     ...... 
    )
    
     

     

    For each combobox, you check if It's blank or empty. If not, then you check if the column of the item contain the selecteds values of the combobox.

     

    Tell me if I understand your needs ! 

    And sorry I'm French, so my english can be messy too, and if you use my code replace the ";" by ",".

  • Oliver89 Profile Picture
    20 on at

    Hello Henri,

     

    Unfortunately this is not working 😕 I'm trying now a PowerBI report build, which afterwards I'll embed in the powerapps or i'll have some kind of deeplinking.

     

    Thx though

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 846

#2
Valantis Profile Picture

Valantis 532

#3
Haque Profile Picture

Haque 410

Last 30 days Overall leaderboard