Forum Discussion
Power BI Embedded Report Not Rendering Properly in Mobile App (Despite Mobile Layout)
- 2 months ago
Hi Anusha66,
Embedded applications need to explicitly set layoutType: models.LayoutType.MobilePortrait to display a report's mobile layout. Microsoft indicates that the layoutType setting determines which layout is shown, not the device orientation. Since the report displays correctly in the Power BI Mobile App, please check that the embed configuration is specifically requesting the mobile layout when loading the report.
Embedding a Power BI report with mobile layout in Power BI embedded analytics | Microsoft Learn
Mobile-Optimized Power BI Reports Overview - Power BI | Microsoft Learn
Thank you.
- 2 months ago
You can refer to this doc.
https://learn.microsoft.com/en-us/javascript/api/overview/powerbi/mobile.
Power BI Embedded does NOT automatically switch between mobile and desktop layouts — you must detect the device in your code and explicitly set layoutType (MobilePortrait or MobileLandscape).
Hi Anusha66,
Embedded applications need to explicitly set layoutType: models.LayoutType.MobilePortrait to display a report's mobile layout. Microsoft indicates that the layoutType setting determines which layout is shown, not the device orientation. Since the report displays correctly in the Power BI Mobile App, please check that the embed configuration is specifically requesting the mobile layout when loading the report.
Embedding a Power BI report with mobile layout in Power BI embedded analytics | Microsoft Learn
Mobile-Optimized Power BI Reports Overview - Power BI | Microsoft Learn
Thank you.
You can refer to this doc.
https://learn.microsoft.com/en-us/javascript/api/overview/powerbi/mobile.
Power BI Embedded does NOT automatically switch between mobile and desktop layouts — you must detect the device in your code and explicitly set layoutType (MobilePortrait or MobileLandscape).