Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

RLS Page Level Security?

Hi All    i have a report with some data deemed sensitvatve to some users, my model consists of a Fact table and Dim_Person and Dim_Dept tables on the one side    what i want to be able to do (if...
  • Greg_Deckler's avatar
    4 years ago

    Anonymous Well, you could take a look at Object Level Security (OLS) or perhaps a Column Level Security approach: Column Level Security - Microsoft Power BI Community

     

    Also, I have seen implementations where a summary table is created to display aggregated data. So think, instead of showing numbers down to the department grain, a summary table of the values in the aggregate of all departments.

     

    There isn't really RLS for pages per se.