Forum Discussion
Project Web App (Project Online) Connectivity to Power BI through OData
Hello -
There is no direct link that can be established between Resources and Tasks. You could use the Assignments table to do that (to see resource assignments against tasks).
Hi Karl,
Thanks for your reply, I did tried i can now bring in the resources through Assignment table but i am unable to see the user specific tasks on my report.
There is a relationship between two table Assignment table and Task Table (Unique Value is Task Id)
E.g. Task 1 is assigned to User A, Task 2 to User B and Task 3 to User C, When the select User A it still shows me all the tasks. I have to see Task 1 as per my filter selection.
- Ian BrucknerMay 10, 2018Iron Contributor
Have you linked assignments to resources on ResourceId yet?
- Madan kumarMay 10, 2018Copper Contributor
Yes I Did, There is a relationship between the two tables
- Karl STEWINGMay 10, 2018Copper Contributor
The link chain is the following:
TaskId (Tasks) <-> TaskId (Assignments)
ResourceId (Resources) <-> ResourceId (Assignments)
Do you have both?