Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Microsoft Dataverse
Unanswered

Filtering on attribute of 3 tier related table in Dataverse

(0) ShareShare
ReportReport
Posted on by

Hi everyone,

 

I am trying to filter a table on an attribute which comes from a LookUp column from another table.

 

Abstract ERD:

felixpwc_0-1646910395316.png

In the gallery my Items are of Entity 3. Entity 2 has a LookUp to Entity 1. I am trying to filter entity 3 on an attribute of Entity 1 but I don't get any results back.

 

In my use case entity 1 is the contact table. Entity 2 is the clients table which retrieves full name(s) from the contact table and entity 3 is a Documents table (Progress Monitor Documents).

The following code does not return any records:

 

 Filter(
 'PMPP Progress Monitor Documents',
 'PMPP Client'.'Partner/Director'.'Full Name' = ComboBox1.Selected.'Full Name')

 

Is it not possible to filter on an attribute of a table linked two levels deep?

Hope somebody knows a workaround for this problem.

Kind Regards,


F. Verduin

 

Categories:
  • AhmedSalih Profile Picture
    6,678 Super User 2025 Season 1 on at
    Re: Filtering on attribute of 3 tier related table in Dataverse

    It is not possible to filter on an attribute of a table linked two levels deep. You have to use the filter and Lookup function to get data from Entity 3 that are based on data from Entity 1. 

    This article has more information about the multi-level relationship https://thepoweraddict.com/how-to-work-with-many-to-one-dataverse-relationships/

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

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Congratulations to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Power Apps - Microsoft Dataverse

#1
mmbr1606 Profile Picture

mmbr1606 22 Super User 2025 Season 1

#2
stampcoin Profile Picture

stampcoin 17

#3
ankit_singhal Profile Picture

ankit_singhal 11 Super User 2025 Season 1

Overall leaderboard

Featured topics