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

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

Reply
kfir
Regular Visitor

Layout Type MobilePortrait

Hi,

After searching in the forum, I did not find a clear answer to my case.

I am trying to embed PowerBI on Mobile devices. For simplification, I am using PowerBI-Developer-Samples . after updating the appsettings.json , and verifying everything work well on the web, I added layoutType into index.js .

            reportLoadConfig = {

                type: "report",

                tokenType: models.TokenType.Embed,

                accessToken: embedData.EmbedToken.Token,

                // You can embed different reports as per your need

                embedUrl: embedData.EmbedReport[0].EmbedUrl,

                //pageName: "ReportSection",

                // Enable this setting to remove gray shoulders from embedded report

                settings: {

                     layoutType: models.LayoutType.MobilePortrait

                 }

            };

When running the solution, PBI iframe rendering never ends, and I receive an error:

 

Note:

  • In PowerBI Desktop, for every page, I created a mobile view and published it to PowerBI service.
  • I have tested in Power BI Embedded Playground and there I can see the mobile reports.

 

Any ideas?

Thanks,

Kfir

1 REPLY 1
Anonymous
Not applicable

HI @kfir,

Where did this issue appear? The web browser of PC client or mobile devices?
Perhaps you can try to refer to the following link to use the numeric parameter of layout type to confirm it works on your side.

MobilePortrait layout type doesn't work when embedding a report 

Regards,

Xiaoxin Sheng

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

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

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 Kudoed Authors