Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi Team,
I have two columns, EmpID and MgrID with RLS (role) created as EmpEmail = username() || MgrEmail = username().
This gives the rows where an email id is listed in EmpEmail or MgrEmail.
I have a single card visual where i would like to show the EmployeeName who logged in.
Due to the RLS settings, the sigle card is picking up names of Employee as well as his reportees as his email id can be found in MgrEmail.
So what is the best way to restrict this card visual to show only the user logged excluding his direct reportees.
Solved! Go to Solution.
Hello @Anonymous ,
why don't you create a measure that gives back the USERNAME() or USERPRINCIPLENAME()?
User = USERPRINCIPLENAME()
If you need any help please let me know.
If I answered your question I would be happy if you could mark my post as a solution ✔️ and give it a thumbs up 👍
Best regards
Denis
Blog: WhatTheFact.bi
Hello @Anonymous ,
why don't you create a measure that gives back the USERNAME() or USERPRINCIPLENAME()?
User = USERPRINCIPLENAME()
If you need any help please let me know.
If I answered your question I would be happy if you could mark my post as a solution ✔️ and give it a thumbs up 👍
Best regards
Denis
Blog: WhatTheFact.bi
Hey @Anonymous ,
did it work with the measure?
I'm curious if you could solve this issue 🙂
I have another question which i posted here. If you can clarify me on that i would be very grateful..
https://community.powerbi.com/t5/Desktop/RLS-with-admin-access/m-p/1732743#M683215