Forum Discussion

steveplatz2's avatar
steveplatz2
Frequent Visitor
8 months ago
Solved

Directlake Row Level Security

I'm running into an issue applying RLS to a DirectLake model, where I receive the error "The user belongs to multiple roles '' that have security filters, which isn't supported when one of the roles ...
  • Amar_Kumar's avatar
    Amar_Kumar
    8 months ago

    steveplatz2 Current Workarounds
    To avoid the error:

    1. Combine all RLS logic into a single role, or

    2. Refactor the model to avoid N:N security filtering when multiple roles must be allowed, or

    3. Use Import or DirectQuery mode, which do support merging RLS roles.

    please mark this solution. Thanks