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

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
Anonymous
Not applicable

Missing Navigation Pane in Mobile Layout Powerbi Ebedded

i cant show navigation pane in mobile layout even with this config it only works in desktop layout

settings: {
navContentPaneEnabled: true,
layoutType: models.LayoutType.MobileLandscape,
panes: {
filters: {
visible: false
},
pageNavigation: {
visible: true,
position: 1
}
}
}, 

 

2 REPLIES 2
Anonymous
Not applicable

Hi  @Anonymous ,

 

You can try to follow this example to write embed code:

Embedding a Power BI report with mobile layout in Power BI embedded analytics | Microsoft Learn

// Get models. models contains enums that can be used.
var models = window['powerbi-client'].models;
var embedConfiguration = {
    type: 'report',
    id: reportId,
    embedUrl: embedUrl,
    tokenType: tokenType,
    accessToken: accessToken,
    settings: {
        layoutType: models.LayoutType.MobilePortrait
    }
};

 

Best Regards,

Liu Yang

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

Anonymous
Not applicable

I am using that code , but doesnt appear the navigation pane, only on desktop layout it appear

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!

December 2025 Power BI Update Carousel

Power BI Monthly Update - December 2025

Check out the December 2025 Power BI Holiday Recap!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.