Forum Discussion
bhou
4 years agoFrequent Visitor
Hide the Power BI Report Server Top menu
Is there a way to hide the Power BI Report Server Top menu
- 4 years ago
You can add ?rs:Command=Render&rc:Toolbar=false at the end of the URL to hide this menu for that particular report.
We usually provide a Full-Screen button for users to open this report in a new tab with URL ending with ?rs:Command=Render&rc:Toolbar=false.
Unfortunately, you cannot hide this by default as of now.
FarhanAhmed
4 years agoCommunity Champion
You can add ?rs:Command=Render&rc:Toolbar=false at the end of the URL to hide this menu for that particular report.
We usually provide a Full-Screen button for users to open this report in a new tab with URL ending with ?rs:Command=Render&rc:Toolbar=false.
Unfortunately, you cannot hide this by default as of now.
- adry25023 years agoRegular Visitor
Thank you! That solved my issue just perfect, and works great.