Forum Discussion
Power BI Report Server toolbars
Hi - is there anyway to turn off some of the toolbars (at the top) for all users. e.g. the favourites toolbar. It takes up a huge amount of the screen which then limits the amount of useable space for the actual report/dashboard.
3 Replies
- AnonymousNot applicable
You can append the ?rs:embed=true or ?rs:Command=Render&rc:Toolbar=false at the end of report URL. Assume the report URL is: http://<server>/Reports/powerbi/ScheduleRefresh1129
You can set the URL as:
http://<server>/Reports/powerbi/ScheduleRefresh1129?rs:embed=true
Or
http://<server>/Reports/powerbi/ScheduleRefresh1129?rs:Command=Render&rc:Toolbar=false
Paul Zheng _ Community Support Team
If this post helps, please Accept it as the solution to help the other members find it more quickly. - CiaranMRegular Visitor
Anonymous thank you for your response.
Those switches do give us the views that we want but is there a way to have those as default views instead of the user having to add them each time? We are using on-prem Power BI Report Server.
Cheers
- AnonymousNot applicable
CiaranM
That is not a supported feature in current version, I guess they did not make it as an option is because it is not a frequently used features by most users.Paul Zheng _ Community Support Team