Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Microsoft Dataverse
Answered

How to filter a table based on N:N relation

(0) ShareShare
ReportReport
Posted on by 63

I have two tables Decision and File. And I have N:N relation between these tables.
My business case is that I want to relate multiple files with a decision and show that in a gallery and similarly I want to be able to relate multiple decisions with a file and show the related decisions in a gallery for selected file.

My current approach is to use this formula.

Usmannb_0-1636437028074.png

 

In this formula DecisionFile is the unique identifier of File table and ThisItem is representing current selected item in a gallery and in the items property of this gallery I have used Decision table as datasource.

 

As you can see that I have a delegation issue in the above formula and as I am expecting to have more than 2000 records in both table it will be problematic for me in future.

 

  • Verified answer
    v-bofeng-msft Profile Picture
    on at
    Re: How to filter a table based on N:N relation

    Hi @Usmannb :

    You could try:

    ForAll(
     ThisItem.Files.DecisionFile As A,
     LookUp(Files,DecisionFile=A[@DecisionFile])
    )

    Best Regards,

    Bof

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

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

🌸 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…

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