Forum Discussion

FabianM's avatar
FabianM
Frequent Visitor
9 years ago
Solved

Navigation and Info pane in embedded report

I am currently working with the PowerBI embedded sample web app from

https://github.com/Microsoft/PowerBI-Developer-Samples/tree/master/User%20Owns%20Data/integrate-report-web-app

 

Whenever I embed one of my reports I get a pane at the bottom. On the left it says "Microsoft PowerBI", there are page navigation controls in the center and an info icon on the right.

Is there a way to remove this pane from the embedded report?

First it takes up space at the bottom and second I would like to show custom controls for page navigation. Also this pane is not shown in any of the online demos that I have seen before like in this one:

https://microsoft.github.io/PowerBI-JavaScript/demo/filters.html

 

(I am not talking about the normal nav content pane. The one that you can hide through the JS API)

  • Original Post: "I found out that this pane at the bottom is only shown if the report is in "MyWorkspace" whereas it won't show if the report is in an app workspace."

     

    Seems I was mistaken and the actual reason is whether you are a PowerBI free or pro user.

3 Replies

  • Eric_Zhang's avatar
    Eric_Zhang
    Microsoft Employee

    FabianM wrote:

    I am currently working with the PowerBI embedded sample web app from

    https://github.com/Microsoft/PowerBI-Developer-Samples/tree/master/User%20Owns%20Data/integrate-report-web-app

     

    Whenever I embed one of my reports I get a pane at the bottom. On the left it says "Microsoft PowerBI", there are page navigation controls in the center and an info icon on the right.

    Is there a way to remove this pane from the embedded report?

    First it takes up space at the bottom and second I would like to show custom controls for page navigation. Also this pane is not shown in any of the online demos that I have seen before like in this one:

    https://microsoft.github.io/PowerBI-JavaScript/demo/filters.html

     

    (I am not talking about the normal nav content pane. The one that you can hide through the JS API)


    FabianM

    I‘m not seeing any "Microsoft Power BI" or "info icon" when testing with the User Owns Data demo, could you upload a snapshot?

     

    The snapshot in my test.

      • FabianM's avatar
        FabianM
        Frequent Visitor

        Original Post: "I found out that this pane at the bottom is only shown if the report is in "MyWorkspace" whereas it won't show if the report is in an app workspace."

         

        Seems I was mistaken and the actual reason is whether you are a PowerBI free or pro user.