Forum Discussion

Barendnu's avatar
Barendnu
Advocate III
5 years ago
Solved

PowerBI embedded: pageNavigation position: models.PageNavigationPosition.Left

Dear all,

 

In this blogpost, I read that we can show the navigation on the left position, instead of showing as tabs on the bottom:

 

var embedConfig = {
    ...
    settings: {
        panes: {
            pageNavigation: {
                visible: true,
                position: models.PageNavigationPosition.Left
            }
        }
    }
};

 

We implemented this monts ago and until last weekend, this worked fine in our application.
But since a couple of days (although no code has changed) the pages now show up as tabs:

Until recently page navigation was shown on the left:

 

But now it's shown at the bottom, as tabs, which is unwanted:

 

 

I tried applying above PageNavigationPosition setting in the Power BI Playground too, but without succes.

Am I overlooking something? Thanks for any help!

  • Hi,

     

    We are aware of this bug and the fix should be deployed next week. I am sorry for the inconvenience.

     

    Amit

10 Replies

  • I am observing the same issue.  PageNavigationPosition.Left was working as Barendnu described last week, and today tabs are appearing at the bottom of the page.

  • We are encountering the same issue.  On Thursday. 03/18/2021, Page Navigation was on the left, using the above settings.  By the following day, perhaps even the evening of 03/18/2021, without any code changes, Page Navigation was back at the bottom and hasn't budged since. 

     

    .nuget\packages\microsoft.powerbi.javascript\2.17.2

  • amshuste's avatar
    amshuste
    Power BI Team

    Hi,

     

    We are aware of this bug and the fix should be deployed next week. I am sorry for the inconvenience.

     

    Amit

  • Gabriel_Walkman's avatar
    Gabriel_Walkman
    Continued Contributor

    If anyone else bumps into this thread and tries to use

    position: models.PageNavigationPosition.Left

    and it doesn't work, we succeeded with

    position: 1
  • ¡Buenos días!

     

    También tengo el mismo problema. Anteriormente ya tenía configurado reportes de Power BI Embedded con la propiedad: "position: models.PageNavigationPosition.Left", pero al día de hoy ya no funciona.

     

     

    Realicé pruebas en https://playground.powerbi.com/ pero tampoco funciona ahí.

  • in the reported issue, community support replied:

    hi

    PG confirms it is bug and the fix should be deployed next week.

     

    Regards,

    Lin


    Thank you Lin and Amit for investigating and replying. Good news to hear that it will be fixed soon, without any code changes neccesary 🙂