Skip to main content
Question

How to Connect Power BI with Ring Central Analytics API data for reporting

  • March 31, 2023
  • 1 reply
  • 1504 views

I'm trying to build call performance dashboard using Power BI with RingCentral API data, I'm having developer console account created a APP with my credentials. Now how to get the API data 1680257183629.png

1 reply

PhongVu
Community Manager
Forum|alt.badge.img
  • Community Manager
  • March 31, 2023

I am not an expert in Power BI so I cannot help at the code level. But RingCentral API platform is a REST API platform so you can use an HTTP client to call the APIs. You first need to authenticate a user and get the access token, then use the access token to call other APIs.

Maybe this YouTube video could help you get started.