Forum Discussion

cutestjigs's avatar
cutestjigs
Frequent Visitor
8 years ago

Embed a report with multiple pages in mobile layout do not show multiple pages name

 

Hi there,

 

My report contains multiple pages and I have created mobile view for all the pages in desktop. I am refering this link https://github.com/Microsoft/PowerBI-JavaScript/wiki/Embed-For-Mobile to embed report in mobile layout. I am using 

layoutType: models.LayoutType.MobilePortrait

 

But When I open report in mobile, it do not display other report pages name. It just show first page report. I tried to use "navContentPaneEnabled: true" in settings but its not working.

 

 

 

Thanks,

Jigu

1 Reply

  • v-micsh-msft's avatar
    v-micsh-msft
    Icon for Microsoft Employee rankMicrosoft Employee

     

    "

    If you want to change page while on mobile layouts it is recommended that you use report.setPage.

    "

    You need to define a page navigation button for your App, in order for the phone layouts to display the pages.

     

    More reference:

    Power BI Embedded mobile layout support

     

    Regards,

    Michael