Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.
Hello,
I currently embed reports in python code.
Could I also do embedded panels like the one I attached captures but in the mobile view?
thank you.
Hi @apenaranda ,
It is possible to embed Power BI reports and dashboards in mobile applications using the Power BI Embedded API. You can use the API to create a custom mobile application that displays Power BI content in a mobile-friendly format. To get started with embedding Power BI content in a mobile application, you will need to create a Power BI Embedded workspace and register your application with Azure Active Directory. Once you have done this, you can use the Power BI Embedded API to authenticate users and retrieve Power BI content. You can refer the following official documentation to get it.
Embedding a Power BI report with mobile layout in Power BI embedded analytics | Microsoft Learn
let embedConfig = {
...
settings: {
layoutType: models.LayoutType.MobilePortrait
}
};
Best Regards
Thanks for the response but I have already tried what you are saying with both panels and reports and there is no way. No matter how much I put layoutType: models.LayoutType.MobilePortrait, the report appears in desktop view. The curious thing is that in the browser console I see that it does take the layouttype mobileportrait option but it still does not make it visible.
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.
User | Count |
---|---|
12 | |
3 | |
3 | |
2 | |
2 |
User | Count |
---|---|
13 | |
12 | |
7 | |
5 | |
4 |