Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Integrate PowerBI Embedded report and Paginated report with RLS

Hi,   I would like to integrate my PowerBI Embedded report with the paginated report. My reports are developed for external customers coming from other companies and we are embedding our PowerBI re...
  • Jon-Heide's avatar
    Jon-Heide
    5 years ago

    Yeah in App-Owns-Data scenarios, we're a bit more limited. That said depending on your specific sceanrio, you can also look at the embed-token user filters. The application would need to specificy the user name on the token, then do filtering in the report (this is a secure method). Just look under the "passing the configured parameter using the embed token" at: 

    https://docs.microsoft.com/en-us/power-bi/developer/embedded/paginated-reports-row-level-security 

     

    Otherwise, at a later date we are looking at using identify blobs, where a token can be used to do real "Single Sign On" auth to the data source. 

     

    Hope that helps!