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! Get ahead of the game and start preparing now! Learn more
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! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 9 | |
| 6 | |
| 4 | |
| 4 | |
| 3 |