Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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?
please use below report config
settings: {
background: models.BackgroundType.Default,
panes: {
fields: {
expanded: false
},
filters: {
visible: true
},
pageNavigation: {
visible: true
},
visualizations: {
expanded: false
}
}
}
@Anonymous Please forgive my rudementary knowledge. Where would I place that code? Would insert this code into a New Measure for every table?
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |