Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
XavierC2
Frequent Visitor

Filter a dropdown depending on who's connected

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.

 

XavierC2_0-1678380535583.png

 

XavierC2_1-1678380555961.png

 

I need to see 2 or more choice when a specific user is connected, like that 

XavierC2_2-1678380653487.png

 

 

Is it possible?

 

Thanks

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @XavierC2 ,

Please try below steps:
1. below is my test table

Table:

vbinbinyumsft_0-1678934282656.png

2. create a role

CONTAINSSTRING([Email],USERPRINCIPALNAME())

vbinbinyumsft_1-1678934326110.png

3. add a slicer with table field

Animation05.gif

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.

View solution in original post

3 REPLIES 3
XavierC2
Frequent Visitor

Thank you!

Anonymous
Not applicable

Hi @XavierC2 ,

Please try below steps:
1. below is my test table

Table:

vbinbinyumsft_0-1678934282656.png

2. create a role

CONTAINSSTRING([Email],USERPRINCIPALNAME())

vbinbinyumsft_1-1678934326110.png

3. add a slicer with table field

Animation05.gif

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.

lbendlin
Super User
Super User

You are describing RLS (Row Level Security) functionality.

Helpful resources

Announcements
June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.