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

Is it possible to set Embeded PowerBi report with Iframe pageNavigation parameter

Is it possible to set pageNavigation position setting using url parameter or in any other way while embeding report using iframe ? 

 settings: {
        panes: {
            pageNavigation: {                position: models.PageNavigationPosition.Left
            }
        }
    }

 

2 REPLIES 2
Anonymous
Not applicable

Hi @Anonymous ,

You can refer the following links to get it:

Page navigation

Navigate pages in Embedded Report

let embedConfig = {
    ...
    settings: {
        panes:{
            pageNavigation: {
                visible: true,
                position: PagesPosition.Left
            }
        }    
    }
};

Best Regards

Anonymous
Not applicable

I went through all of that documentation. And If I had react application I could set settings as below:

 

 

 settings: {
        panes:{
            pageNavigation: {
                visible: true,
                position: PagesPosition.Left
            }
        }    
    }

 

 

 

 

  But, for a report that is generated as an iframe element how do I set that setting? Or how do I encode it into URL ?

 For example, If I have: 

 

   <iframe
                title="Operations"
                width="100%"
                height="100%"
                src="https://app.powerbi.com/reportEmbed?reportId=aaaaa-9db5-4d0d-a0aa-88f899f75303&autoAuth=true&ctid=aaaaaa-8c7c-4e24-86e4-6c36fed00b78&config=eyJjbHVzdGVyVXJsIjoiaHR0cHM"
                allowFullScreen={true}>              
              </iframe>  <p>I'm able to set <span>navContentPaneEnabled=false  by adding it to the url on the iframe to disable the menu, how can I add something to url to make menu display left? </span></p>

 

I'm able to set navContentPaneEnabled=false  by adding it to the url on the iframe to disable the menu, how can I add something to url to make menu display left?

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!

November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

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.