Forum Discussion

powerbiexpert22's avatar
powerbiexpert22
Icon for Impactful Individual rankImpactful Individual
2 years ago
Solved

RLS with Power BI Embedded

If I implement RLS in Power BI report and embed in Java application then would it work without any issue? 
  • ibarrau's avatar
    2 years ago

    You can Embed with RLS. Yes. However, it's not as straight forward as embeding without RLS. The application must specify the name of the role you want to execute for a name of the username (email account). I think the name of the item at the body was "effective identity".

    If you code it like that. It works.

    I hope that helps,