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 guys,
I would like to filter my reports depending on who's connected to the app.
To proceed I have a drop down list in which a value is selected when one or another is connected.
It works very well when I have only one selection related to the connected person. But when I need 2 selection to be checked, I don't kown how to do that.
I need to see 2 or more choice when a specific user is connected, like that
Is it possible?
Thanks
Solved! Go to Solution.
Hi @XavierC2 ,
Please try below steps:
1. below is my test table
Table:
2. create a role
CONTAINSSTRING([Email],USERPRINCIPALNAME())
3. add a slicer with table field
Please refer the attached .pbix file.
Best regards,
Community Support Team_Binbin Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thank you!
Hi @XavierC2 ,
Please try below steps:
1. below is my test table
Table:
2. create a role
CONTAINSSTRING([Email],USERPRINCIPALNAME())
3. add a slicer with table field
Please refer the attached .pbix file.
Best regards,
Community Support Team_Binbin Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
You are describing RLS (Row Level Security) functionality.