Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
We have been able to Embed Power BI reports using the Power Bi Embedded - A SKU in our Web applications built on Python. On similar lines, we want to embed Power BI reports in Mobile Apps built using Flutter framwork. Any pointers twards the same?
SUnce Flutter is based on DART, we want to know what should be the right approach for embedding Power BI in Flutter based apps.
Solved! Go to Solution.
Hi @sherabhai,
Normally you need to prepare an iframe on your structure to store and loading data from power bi embedded report target path and add processing from the verify and getting data steps at the backend.
For these operations, I'd like to suggest you take a look at the following link about use python to embed power bi report:
Azure Power BI Embedded SDK for Python | Microsoft Learn
Regards,
Xiaoxin Sheng
Did you manage to develop the app? I'm developing for Flutter Web, I got the embed token, but I couldn't display the dashboard.
Hi @sherabhai,
Normally you need to prepare an iframe on your structure to store and loading data from power bi embedded report target path and add processing from the verify and getting data steps at the backend.
For these operations, I'd like to suggest you take a look at the following link about use python to embed power bi report:
Azure Power BI Embedded SDK for Python | Microsoft Learn
Regards,
Xiaoxin Sheng