Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago

Dynamically send data to Power BI

In my react application, I am getting data from REST api, I have to create dashboard using the data that I got from rest api and show it in my application.

 

Is there any way, I can connect my react application with Power BI so that Power BI can consume that rest api dynamically??

 

As of now, I am manually getting data from rest api in Power BI desktop and creating reports out of it. Also I am able to embed the generated report in my react application.

 

 

 

2 Replies

  • push your data rows into a hybrid streaming dataset (via the API calls) and then create reports and dasboards on the Pwoer BI service from that.