Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Power BI - Using DAX, how can I check which Role (from Row Level Security) the user is using?

Hi, I have created four Roles (Full Company, North, South East, and South West) via Row Level Security. The way this RLS will be implemented is by assinging the user email address (userprincipalname...
  • Anonymous's avatar
    Anonymous
    7 years ago

    Hi judspud - thanks for your response but I have it all sorted now.
    I was overthinking it. I simply used the SELECTEDVALUE function on the table that the Role (RLS) was applied against.