Forum Discussion
GD61
10 years agoHelper III
Power Bi Desktop and Project Online
Hello, How to connect Power BI Desktop to Project Online for an oData feed? What would be the URL ? Thanks and regards
- 10 years ago
Hi, I'm doing exactly this. The URL for oData is
https://<yourtenant>.sharepoint.com/sites/<tenant>/_api/projectdata/<dataset>
EG, to get a list of all the projects use https://MyProjectOnline.sharepoint.com/sites/pwa/_api/projectdata/Projects
To get a full list of datasets use https://MyProjectOnline.sharepoint.com/sites/pwa/_api/projectdata
BenHoward
10 years agoHelper I
Hi, I'm doing exactly this. The URL for oData is
https://<yourtenant>.sharepoint.com/sites/<tenant>/_api/projectdata/<dataset>
EG, to get a list of all the projects use https://MyProjectOnline.sharepoint.com/sites/pwa/_api/projectdata/Projects
To get a full list of datasets use https://MyProjectOnline.sharepoint.com/sites/pwa/_api/projectdata
- JohnH10 years agoFrequent Visitor
Thanks for posting the full path - this was a huge help 1