Forum Discussion

sangi1981's avatar
sangi1981
New Member
3 years ago

Function to Get Profile - RLS

Hi all,

is there a function, like userprincipalname(), to get role/profile of user, to implement RLS a role level and not user level?

 

Thank you in advance,

Sandro

1 Reply

  • Hi sangi1981 

    There is no DAX function that gives any further information about the current user.

    I would suggest using the Active Directory connector to import a table containing additional user attributes, and use that to help define RLS rules.