Forum Discussion
JimAksel
10 years agoNew Member
PWA Deliverables
Using Power BI Desktop and have oData Connections to a Project Server 2013 PWA tenant. One such table is the "Deliverables" table. Also of interest is the Projects table and Tasks Table. There are...
pqian
10 years agoMicrosoft Employee
It seems the OData endpoint did not implement the $expand operator, maybe the join is too expensive for the service? The only way you can get these data is by also importing the FK tables, and then do a local join via Merge.
Smithbster
9 years agoAdvocate I
hi, you mention FK tables ... where/how does one access these please?