Forum Discussion
Anonymous
5 years agoNot applicable
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.