
Hi, In a PowerApps Model Driven App, I have Qualifications in a table, that has a many-to-many relationship with a table Qualification Sets, this holds many qualification for each set, the qualification sets are then many-to-many related to another table, Position. I want to have a subgrid in the form for position that shows all the qualifications in each related to that position, is this possible? Once I have this, I'll be looking to go deeper still: There may be multiple people in each position, and I would like to have qualification sets nested. I then want to be able to view all the qualifications that a person may need for their position, then probably rebuild all this tangled logic in an embedded Power BI report to be able to show who is missing what, who is expiring when, and all that good stuff. Am I nuts? Should I give up and go find something else that will do this for me?
Thanks,
Ed
Hi @EP3
The first question, if possible, what you should do in the form is add a grid component and select your related table and it will show you the records related to that table.
Then exploit it in Power Bi, of course it is possible and perhaps you should build your data model to be exploited in the way you need, the important thing is that the integration between Dataverse and Power Bi is quite simple
If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.
You can accept more than one post as a solution