microsoft / powerbi-client-react

Power BI for React which provides components and services to enabling developers to easily embed Power BI reports into their applications.
MIT License
305 stars 96 forks source link

Page navigation is not working in embedded powerbi reports #85

Closed ammuk679 closed 1 year ago

ammuk679 commented 1 year ago

Added the below setting configuration to PowerBIEmbed component settings: { filterPaneEnabled: false, navContentPaneEnabled: true, layoutType: layoutType: models.LayoutType.MobilePortrait } Still not able to see Navigation pane in mobile view/actual mobile device.

KotanaSai21 commented 1 year ago

This is one of the Limitation for Mobile Layout in Embedded. Refer to Embeddeding Report in Mobile Layout.

As mentioned, you can use setPage and implement your own NavigationPane. Feel Free to Reach out for any other issues while implementing custom Pane.