Hi all,
i have the following starting situation (all Dataverse tables):
Table 1: Person Table with Name and further fields
Table 2: Expertise table with Category (multiples) and Expertise fields
E.g.
Category | Expertise
Sofware | AutoCAD
Software | Maptek
Software | PowerApps
Other | Design
Other | FlowChart
Processing | Planning
Processing | Automation
The tables have a many to many relationship.
In the app i have a gallery1 displaying the person table and a gallery2 displaying the distinct values of the expertise table:
Distinct(Expertise,Category)
I want the gallery1 to show all names that have some expertise in this category when the user selects the category in gallery2.
e.g. user selects Software then i want all names to be shown, regardless if they have autocad or maptek expertise.
Would be great if someone has an idea on how to manage this. many to many relationships are tricky for me since its hard to address this virtual table that is inbetween them.
Thanks