Forum Discussion

jfletty's avatar
jfletty
Frequent Visitor
8 years ago
Solved

Power BI RLS Roll Based Not affecting DAX table

I am starting to use RLS with my PowerBI model and all is working well apart from an issue where a table created from a DAX is getting the details from another table ignoring the row level security. ...
  • Anonymous's avatar
    Anonymous
    8 years ago

    HI jfletty,

     

    Current power b not support to create dynamic calculated column/table based on filter, please take a look at following link to know more about this:

    Calculated Column/Table Change Dynamically According to Slicer Selection in the Report.

     

    In my opinion, I'd like to suggest you create a normal calculated table and use RLS filter to control which records will display.

     

    Steps:

    create table, build relationship to RLS table, modify 'cross filter direction' to both and turn on 'apply security filter in both direction' option.

     

    Regard,

    Xiaoxin Sheng