Forum Discussion

PBIcrazy84's avatar
PBIcrazy84
New Member
2 years ago
Solved

How to append tables that are being filtered by RLS

I have 3 identic tables being filtered by Row-Level Security DAX expressions. Each table has its own RLS coding. For example: RLS 1 - is filtering all the cases where [Column A] = "yellow" + [Colum...
  • PBIcrazy84's avatar
    PBIcrazy84
    2 years ago

    I've found a solution for that puzzle.
    1 - I kept the data model 1 and 2 without any RLS

    2 - Put the RLS 1 and 2 together with the RLS 3, and then added a UNION statement within the RLS to have all the results together.

     

    *The reason for keeping the structures 1 and 2 was because the DIM tables and FACT tables were using different primary keys in their relations. It worked perfectly!