Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now

Reply
apenaranda
Post Patron
Post Patron

embedded vista mobil panel powerbi

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.

 

 

apenaranda_0-1709108710688.png

 

2 REPLIES 2
v-yiruan-msft
Community Support
Community Support

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

Community Support Team _ Rena
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

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.

Helpful resources

Announcements
November Carousel

Fabric Community Update - November 2024

Find out what's new and trending in the Fabric Community.

Live Sessions with Fabric DB

Be one of the first to start using Fabric Databases

Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.

Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.

Nov PBI Update Carousel

Power BI Monthly Update - November 2024

Check out the November 2024 Power BI update to learn about new features.