Hi
We're trying to connect Power BI to Bullhorn but need a an OData feed URL. We have a free trial with Cdata at the moment but is is possible to create our own feed or find one that is free?
Thanks!
Odata Feed for Power BI
Moderators: StaffingSupport, pmularski, BullhornSupport
-
- User
- Posts: 1
- Joined: Thu Sep 12, 2024 10:31 pm
Re: Odata Feed for Power BI
I think there is a free trial with CData, you can use their ODBC driver to create OData feeds. This is usually the easiest method as CData provides the tools needed to connect Bullhorn to Power BI without having to create your own feed from scratch.
-
- User
- Posts: 1
- Joined: Wed Sep 18, 2024 11:21 pm
Re: Odata Feed for Power BI
While it's technically possible to create your own OData feed for Bullhorn, it would require significant development effort and expertise. You'd need to:connollyp wrote: ↑Tue Jul 23, 2024 5:42 am Hi
We're trying to connect Power BI to Bullhorn but need a an OData feed URL. We have a free trial with Cdata at the moment but is is possible to create our own feed or find one that is free?
Thanks! uno online
Build a RESTful API for Bullhorn that exposes the data you want to access in a standardized format.
Integrate OData into your API to provide query capabilities and support standard OData operations.
Set up authentication mechanisms to ensure secure access to your OData feed.