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!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live 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?
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 4 | |
| 3 | |
| 2 | |
| 1 | |
| 1 |