Forum Discussion

GeorgeKarl's avatar
GeorgeKarl
Frequent Visitor
1 year ago
Solved

Power BI Embedded Solution

Hello ,I wan to implement a Power BI Embedded solution to one of our customers . The customer request to separate the Report into 17 groups (with multiple users in each group) ,the Report have to up...
  • Anonymous's avatar
    Anonymous
    1 year ago

    Thank you ibarrau 

    Hi, GeorgeKarl 

    If you want to use RLS to embed for your customers, you can check out this master plan document below:

    Using standard cloud based row-level security with embedded content in Power BI embedded analytics - Power BI | Microsoft Learn

    In this article, we will focus on establishing the relevant RLS rules when designing reports in Power BI desktop. How to write DAX expressions for these rules describes the two options you can have: dynamic RLS and static RLS.
    The main difference between the two types is the use of DAX functions (username, userprincipalname). If you choose this method, you need to test what the two functions return in your environment.
    Static RLS filters data based on a column in your data.

     

    You can then refer to the following RLS design overview:

    Row-level security (RLS) guidance in Power BI Desktop - Power BI | Microsoft Learn

     

    This article will look at how to create an RLS persona, and how the model is designed directly, the connections of relationships, and how RLS filters your data. You need to understand it and then practice it, and when you have some RLS roles set up in Power BI Desktop based on your model, then you can apply it in Power BI Service.

    To apply RLS in Power BI Service, you can refer to the following documentation:

    Row-level security (RLS) with Power BI - Microsoft Fabric | Microsoft Learn

     

    Best Regards

    Jianpeng Li

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.