The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.
@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
@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
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.