Forum Discussion
Workday ERP connector
jl20,
Does the Workday ERP system have any backend databases? Or does it have REST API or support OData Service?
In Power BI Desktop, it is possible to connect to database, or use OData feed connector/web connector to connect to OData Service/REST API.
Regards,
Lydia
- jl207 years agoHelper IV
It's a SOAP API. The database is object-oriented, so it's unclear how I'd create the data model within PBI even if I was able to connect. Seems like I'd need to report out of Workday into a flat file and then load that into PBI. What do you think?
- Chihiro7 years agoSolution Sage
What I'd do is following.
Have some script/code that runs on schedule to grab data from SOAP API. Have db with stored proc or have some process push data to db. This ensures you store it in the format that's easy to handle with PowerBI.
Added benefit is that you can create Views and such for quick consumption by PowerBI.
Do note that you'll need gateway server set up for this.