Forum Discussion
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
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
2 Replies
- BenHowardHelper 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
- JohnHFrequent Visitor
Thanks for posting the full path - this was a huge help 1