Forum Discussion
jkfe
2 years agoFrequent Visitor
How to execute Power BI in an external application?
I have an application that runs on a web browser (a web application but just for internal company users). In that application should have a button "generate report". When the user clicks that...
- 2 years ago
The chart will not be updated when clicking the application button?No, it will not.
Why you should care about the Power BI ExecuteQueries API (endjin.com)
lbendlin
Super User
2 years agoWhen the user clicks that button, it should run a Power BI .pbix file, generate the charts that already exist in that file, publish it and then return the url with the updated chart for the user to see in the application (in an iframe that renders the power bi report url).
That's not how Power BI works. Instead, consider running DAX queries against the Power BI semantic model from your app and render your graphs yourself, or use the proper Power BI Embedded setup.
Keep in mind that none of this is instantaneous. Your UX will not be great.
jkfe
2 years agoFrequent Visitor
What do you mean of not being instantaneous? The chart will not be updated when clicking the application button?
Also, appreciate if you can point some links with examples on the alternatives you suggested.
- lbendlin2 years ago
Super User
The chart will not be updated when clicking the application button?No, it will not.
Why you should care about the Power BI ExecuteQueries API (endjin.com)