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

Get Fabric Certified for FREE during AI Skills Fest. This week only. Secure your voucher now.

Reply
Anusha66
Advocate III
Advocate III

Power BI Embedded Report Not Rendering Properly in Mobile App (Despite Mobile Layout)

We are embedding Power BI reports into another application that is available on both desktop and mobile platforms.

The report currently in use has been designed with both desktop layout and mobile layout in Power BI. While the report renders correctly within our application on desktop, we are facing issues in the mobile app, where the report does not display properly. Specifically, we are observing:

  • Overlapping visuals
  • Formatting/layout inconsistencies
  • Improper scaling

However, the same report appears correctly in the Power BI mobile app, which indicates that the mobile layout is configured properly.

 

How can we ensure that the embedded report renders in the mobile app exactly as it does in the Power BI mobile app?

Are there any specific configurations, settings (e.g., layoutType), or best practices we should follow while embedding to support mobile layouts effectively?

Any guidance or recommendations would be greatly appreciated.

Thanks in advance!

2 ACCEPTED SOLUTIONS
v-saisrao-msft
Community Support
Community Support

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.

 

View solution in original post

A454A
Frequent Visitor

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). 

View solution in original post

3 REPLIES 3
A454A
Frequent Visitor

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). 

v-saisrao-msft
Community Support
Community Support

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). 

Helpful resources

Announcements
May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors