The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I would like to connect Power BI to our project management software Procore to get data for analyzing in Power BI
It has APIs - https://www.procore.com/platform/procore-api
How do we connect to it in Power BI?
Thanks
Solved! Go to Solution.
@anishslabspec,
Firstly, you can explore Procore API with Postman following the guide here.
Then you can add a blank query in Power BI Desktop, and then write M code following the guide in this similar blog in Advanced Editor of this blank query to connect to your data source.
Reference:
https://developers.procore.com/documentation/restful-api-concepts
Regards,
Lydia
@anishslabspec,
Firstly, you can explore Procore API with Postman following the guide here.
Then you can add a blank query in Power BI Desktop, and then write M code following the guide in this similar blog in Advanced Editor of this blank query to connect to your data source.
Reference:
https://developers.procore.com/documentation/restful-api-concepts
Regards,
Lydia
Thank you! That works fine.