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
Hi All
Is there a way to hide the header bar in a Power BI App? We want to remove every single option from the users.
If I delete the below element from the web page it has the desired effect, but have no idea how I would go about making this a default view for visitors to the app.
<app-bar _nghost-ng-.....
Appreciate your time.
Solved! Go to Solution.
Hi, @AdmVarr
You can't do it inside Power Bi Navigation. However you can try a tip for "fullscreen" in browsers. You can add a parameter to the URL. Write at the end of the power bi app url "?chromeless=1". Consider that if your URL already have a "?" because it's using more parameters it should be "&chromeless=1" instead of the previous one.
That will render the app in full screen inside the browser avoiding that menu bar.
Hope that make sense.
How to Get Your Question Answered Quickly
Best Regards
Yongkang Hua
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Makes sense and works perfectly, thank you very much!
Hi, @AdmVarr
You can't do it inside Power Bi Navigation. However you can try a tip for "fullscreen" in browsers. You can add a parameter to the URL. Write at the end of the power bi app url "?chromeless=1". Consider that if your URL already have a "?" because it's using more parameters it should be "&chromeless=1" instead of the previous one.
That will render the app in full screen inside the browser avoiding that menu bar.
Hope that make sense.
How to Get Your Question Answered Quickly
Best Regards
Yongkang Hua
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!