Power Bi Report not showing on NXT home page

Options

Hi,

I created a powerbi report and would like to provide access via NXT home page. The link shows up, but when I click on it, I get “to review this report, request access”. It then goes off to never never land. Can you please advise on how to fix this?

Comments

  • Alex Wong
    Alex Wong Community All-Star
    Ninth Anniversary Kudos 5 PowerUp Challenge #3 Gift Management Name Dropper

    @Eileen Wallwork
    A few odd info you provided there, so to get some clarity:

    • You said you created the Power BI report, so you should have access to it, no reason you are getting a “request access” prompt. Did you create the power bi report and publish to Power bi service, or someone else published it for you?
    • you said the “link shows up”. I don't know what you mean by that. Did you embed the power bi into a Tile on RE NXT? what extension point did you embed to? Some screenshot of your developer application of where you added the power bi will help understand what you did
    • “goes off to never never land” i can probably understand, what browser are you using? some browser is having a problem “redirecting" the login and access of power bi and requires you to “login” then reload the re nxt page for the BI to show up
  • @Alex Wong

    Hi Alex,

    Yes, I created the report and published it as well as embedded it to the home page of NXT (listed under Tasks). I have done this for other reports and it works so I am not sure why it wouldn't for this one. Thank you, Eileen

    Here is my code:


  • Alex Wong
    Alex Wong Community All-Star
    Ninth Anniversary Kudos 5 PowerUp Challenge #3 Gift Management Name Dropper

    @Eileen Wallwork
    your URL has problems:

    • groupId is not properly separated by a “&” character
    • it is ctid, not cti, so you missing a “d”

    If you have other power bi via button that's working, copy that URL and this one, put them in notepad right under each other to compare and fix

    By the way, the reason why you getting access denied is b/c you are not referencing the report correctly.

    your actual report id:
    2dd853c3-c277-400c-bc7d-bcc5d264f26e

    but your URL say the report id is:
    2dd853c3-c277-400c-bc7d-bcc5d264f26egroupId=45fa3fc8-0d67-4b00-8f5a-3a9a69c281b8

  • @Alex Wong That was it. Thank you so much for your help!

  • @Alex Wong
    Hi Alex, I was hoping you could help me with a similar problem. I am able to use the “tile” indicator to show a Power BI report on the NXT homepage, however, when I switch to button, I seem to only get the title header for the report as you can see below. The link I am using is also below. Thanks for any insight!

    ec2af716e27822f7fe5fdcaa5c9ed118-huge-im
  • Alex Wong
    Alex Wong Community All-Star
    Ninth Anniversary Kudos 5 PowerUp Challenge #3 Gift Management Name Dropper

    @Wesley Ardoin
    you have to first determine what you want to do when the “button” is clicked.

    Then you can use this new tool by @Ashley Moose to build the URL needed to do what you want to do:

  • @Alex Wong
    Excellent! Thanks Alex!

Categories