Forum Discussion

Mohan_Vanku's avatar
Mohan_Vanku
Frequent Visitor
1 year ago
Solved

RLS in Composite Model

Hi Community, I'm working on a composite model in Power BI that connects to three existing datasets along with some local data. For three datasets i have implimented Dynamic RLS and it is working f...
  • v-sgandrathi's avatar
    1 year ago

    Hi Mohan_Vanku,

    Thank you for posting your question.

     

    From the scenario you described, the behavior you’re seeing is expected. While Dynamic RLS works within each individual dataset, it doesn’t carry over seamlessly when you bring multiple secured datasets together in a composite model.

    RLS applied on a published dataset is enforced only when that dataset is queried directly. In a composite model with multiple datasets, RLS does not automatically propagate across all sources, which is why you’re seeing inconsistent behavior. In addition, any local tables you add to the composite model are not covered by the RLS rules defined in the source datasets.

    As a workaround, the recommended approach is to centralize your RLS implementation in a single consolidated dataset and connect reports directly to that model. If consolidating datasets is not possible, you may need to manage access using Azure AD Security Groups or workspace/dataset permissions instead. It is also advisable to avoid mixing multiple RLS-enabled datasets in a composite model until broader support is made available.

    For more details, you can review the official documentations Below:

    Row-level security (RLS) with Power BI - Microsoft Fabric | Microsoft Learn
    Use composite models in Power BI Desktop - Power BI | Microsoft Learn
    Using standard cloud based row-level security with embedded content in Power BI embedded analytics - Power BI | Microsoft Learn

    Thank you and Continue using Microsoft Fabric Community Forum.