Forum Discussion

Natascha's avatar
Natascha
Frequent Visitor
3 years ago
Solved

Assign Function Key to Button

Hi Team,

 

I would like to create a button that has a Function Key assigned (F11).

With F11 you are able to see the full screen, without the Power BI Headers, consuming a lot of space. Now I add a text field to my reports saying "F11 = full screen".

But I would prefer to have a "Full Screen button", looks a bit more professional.

Is there a way to achieve this?

 

Wishing you all Happy Holidays! Natascha

 

  • As amitchandak said: there is no function to assaign F11 button, but you can save space linking a button to report url and adding additional parameter:

    • For Power BI 365 add β€œ?chromeless=1”
    • For Power BI Report Server add β€œ?rs:embed=true”

    Add the string  (no quotes) to the end of the URL of the Power BI report. This will remove the Power BI menu navigations and only display the report. 

    I hope that will help you. πŸ˜‰

2 Replies

  • bolfri's avatar
    bolfri
    Solution Sage

    As amitchandak said: there is no function to assaign F11 button, but you can save space linking a button to report url and adding additional parameter:

    • For Power BI 365 add β€œ?chromeless=1”
    • For Power BI Report Server add β€œ?rs:embed=true”

    Add the string  (no quotes) to the end of the URL of the Power BI report. This will remove the Power BI menu navigations and only display the report. 

    I hope that will help you. πŸ˜‰