Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Remove top option bar from a Power BI application

Hi,   If it is possible, how can I remove the top option bar on a specific Power BI application ?     I know that it is possible to remove these features through the Power BI administratio...
  • ibarrau's avatar
    5 years ago

    Hi. 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.