Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
GD61
Helper III
Helper 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

1 ACCEPTED SOLUTION
BenHoward
Helper I
Helper 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

 

 

View solution in original post

2 REPLIES 2
BenHoward
Helper I
Helper 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

 

 

Thanks for posting the full path - this was a huge help 1

Helpful resources

Announcements
Sept PBI Carousel

Power BI Monthly Update - September 2024

Check out the September 2024 Power BI update to learn about new features.

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors