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
310 stars 98 forks source link

Not able to hide visualization pane in edit mode #121

Closed GhagarePooja711 closed 1 month ago

GhagarePooja711 commented 2 months ago

When we embed the report in edit mode, we were not able to hide the visualization pane.

image

In the Edit mode, we were able to hide the filter, pageNavigation panes but not the visualization pane.

From the doc Configure embedded report settings | Microsoft Learn it says that both the visible and expanded property supported for the visualization pane, but the visible property is not working.

v-MadhavC commented 2 months ago

Hiding the visualization pane in edit mode is not supported. In Power BI Service, the visualization pane cannot be hidden in edit mode. To maintain consistency and a similar user experience, the visualization pane cannot be hidden.