Forum Discussion

sid1582's avatar
sid1582
Regular Visitor
8 years ago
Solved

Power BI embedded - data security based on user role

Team -    We have a HRMS system and we want to use PowerBI embedded for showing BI outputs. As a result , this involves limiting the data to a user and showing the user his own data and managers th...
  • v-ljerr-msft's avatar
    8 years ago

    Hi sid1582,

     

    Row level security (RLS) can be used to restrict user access to data within dashboards, tiles, reports, and datasets. Multiple, different users can work with those same artifacts all while seeing different data. Embedding supports RLS. :smileyhappy:

     

    If you're embedding for non-Power BI users (app owns data), which is typically an ISV scenario, then this article is for you! You will need to configure the embed token to account for the user and role.

     

    If you are embedding to Power BI users (user owns data), within your organization, RLS works the same as it does within the Power BI service directly. There is nothing more you need to do in your application. For more information see, Row-Level security (RLS) with Power BI.

     

    Regards