Forum Discussion

AdmVarr's avatar
AdmVarr
Frequent Visitor
2 years ago
Solved

Remove Header Bar from a Power BI App

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.

  • Anonymous's avatar
    Anonymous
    2 years ago

    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.

2 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    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.

  • AdmVarr's avatar
    AdmVarr
    Frequent Visitor

    Makes sense and works perfectly, thank you very much!