Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi all,
I am currenlty learing PowerBI and also attending training classes. Therefore, coming across more and more use cases. One of which I struggle right now on how to solve it. I hope someone can provide some help with:
I have two tables. A project table and a project member table. They are connected via the project id. Would like to have the name of the project manager in the project table as a new column.
Project Table:
| project id | name |
| 1 | Implementation |
| 2 | Marketing |
Project Member
| project id | name | role | isLead |
| 1 | John | Scrum Lead | No |
| 1 | Melissa | Project Manager | Yes |
| 1 | Sam | Project Manager | No |
| 2 | Jeff | Project Manager | Yes |
Expected Outcome
| project id | name | project manager |
| 1 | Implementation | Melissa |
| 2 | Marketing | Jeff |
Does anyone know how to solve this? Any help is highly appreciated!
Thanks Oli
Solved! Go to Solution.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.