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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
Anonymous
Not applicable

Connecting API with Active Demand

Hi PBI'ers,

 

Could anyone specify how I can integrate a web api(Active demand) in PowerBI?

Here's a reference for the specific API:

https://support.activedemand.com/support/solutions/articles/5000539684-the-web-api-for-activedemand

 

Thanks already!

Kind regards,

MrNelsch

 

1 ACCEPTED SOLUTION
ZappySys
Helper I
Helper I

Hi,

 

Not sure if you are open for 3rd party driver but ZappySys has very easy to use ODBC Drivers for REST API which can connect to any APi and it has many Pagination / Authentication options.

 

You can write queries like below

SELECT * FROM $
LIMIT 25
WITH(
	 src='https://api.activedemand.com/v1/forms.json?api-key={API_KEY}'
)

 

Here is an article you can start with.


https://zappysys.com/blog/howto-import-json-rest-api-power-bi/

 

Check below link for more articles reklated to Power BI and Rest API Integration.

 

https://zappysys.com/blog/category/odbc-powerpack/odbc-app-integration/bi-reporting-power-bi/

 

 

 

View solution in original post

1 REPLY 1
ZappySys
Helper I
Helper I

Hi,

 

Not sure if you are open for 3rd party driver but ZappySys has very easy to use ODBC Drivers for REST API which can connect to any APi and it has many Pagination / Authentication options.

 

You can write queries like below

SELECT * FROM $
LIMIT 25
WITH(
	 src='https://api.activedemand.com/v1/forms.json?api-key={API_KEY}'
)

 

Here is an article you can start with.


https://zappysys.com/blog/howto-import-json-rest-api-power-bi/

 

Check below link for more articles reklated to Power BI and Rest API Integration.

 

https://zappysys.com/blog/category/odbc-powerpack/odbc-app-integration/bi-reporting-power-bi/

 

 

 

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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