Forum Discussion
With Power BI Connected to Project Online, How to Retrieve Custom Columns from the Schedule
- 5 years ago
Hi collinq , I was able to determine that the field in the schedule, though custom, is local to the .pbix file. Only enterprise fields are available to the Power BI query when connected to Project Online. My next task is to build the new enterprise field in the schedule file, populate it, and republish.
I appreciate you looked into this!
Hi maibacher ,
Try this in the advanced editor:
Source = OData.Feed("https:nameofsite.sharepoint.com/sites/pwa/_api/ProjectData/[en-us]"),
Tasks_table = Source{[Name="Tasks",Signature="table"]}[Data],
Hi collinq , I was able to determine that the field in the schedule, though custom, is local to the .pbix file. Only enterprise fields are available to the Power BI query when connected to Project Online. My next task is to build the new enterprise field in the schedule file, populate it, and republish.
I appreciate you looked into this!