It can be a little tricky to work out how to navigate the many to many relationships between Dataverse tables
Let’s look at the many-to-many relationship between the Teams and User tables. A Team can have many users and a User can belong to many teams
The key to being able to traverse the relationship is to find the name of the many to many relationship between the 2 tables. This can be identified from either table
User Table Relationships
Team Table Relationships
Table Navigation
I want to be able to display all the Teams that I am a member of. To do that I create a canvas app and add the User and Team tables
Having created a gallery, to display all the Teams I am a member of, set the Items the property of the gallery:
Many of the standard Dataverse tables have lots of relationships and the many options presented by Intellisense can be confusing. Knowing the particular relationship name you are wanting to use will save a lot of frustration!