Forum Discussion

cnltzn's avatar
cnltzn
Regular Visitor
8 years ago

Embed full powerbi site into a html with php

Hi,

 

Is there any way to embed into a php site the entire app.powerbi.com portal?

I don't want to embed a single dashboard or report, but I want that the users of my site can have access to powerbi without writing their own credential. 

Naturally every user in my site have a separate powerbi account (because of row level security), and I'm the tenant of the domain.

 

it would also be ok if I can generate a link for every user that opens another browser window.

 

thank you!

1 Reply

  • Eric_Zhang's avatar
    Eric_Zhang
    Microsoft Employee

    cnltzn wrote:

    Hi,

     

    Is there any way to embed into a php site the entire app.powerbi.com portal?

    I don't want to embed a single dashboard or report, but I want that the users of my site can have access to powerbi without writing their own credential. 

    Naturally every user in my site have a separate powerbi account (because of row level security), and I'm the tenant of the domain.

     

    it would also be ok if I can generate a link for every user that opens another browser window.

     

    thank you!


    cnltzn

    AFAIK, you can't embed the power bi portal. Power BI Embedding features are only support embedding dashboards(view), reports(view/edit/create) and tiles. As to row level security, the embedding viewers don't have to be Power BI Users. There's the feature Embedding with non-Power BI users (app owns data) and the correlated RLS(so far it only supports reports) feature. With this approach, you control the user access  to your embedding reports.