Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
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
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.