Forum Discussion
nencarnacion
9 years agoRegular Visitor
Row Level Security: DAX Filtering other than username()
Hi, I am new to Power Bi, please forgive my misuse of terminologies. I am trying to implement Row Level Security for providing multilevel access for 120000 Users. I have, so far, tried using th...
ankitpatira
9 years agoCommunity Champion
nencarnacion Unfortunately username() function in pbi service will only return logged in user's email address (and not employee id) so you wont be able to match it with emp id column of your dataset.
nencarnacion
9 years agoRegular Visitor
Thanks for the reply ankitpatira,
But are there other functions I can use to return logged in user's other attributes?