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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
AdmCpt
New Member

Hide/collapse visualizations and fields pane when embedded report opens in edit mode.

How to hide/collapse visualizations pane and fields pane when embedded report opens in edit mode. 

 

For example, I have embedded reports into my application, when the report opens in edit mode, It's by default expanding visualizations and fields pane. Can you please suggest how to hide/collapse visualizations and fields pane when the report opens in edit mode?

 

Power Bi Query.PNG

2 REPLIES 2
Anonymous
Not applicable

please use below report config

 

settings: {
background: models.BackgroundType.Default,
panes: {
fields: {
expanded: false
},
filters: {
visible: true
},
pageNavigation: {
visible: true
},
visualizations: {
expanded: false
}
}
}

Anonymous
Not applicable

@Anonymous  Please forgive my rudementary knowledge. Where would I place that code? Would insert this code into a New Measure for every table?

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.