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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
dniedrauer
Resolver I
Resolver I

RLS - more than 1 item in a column

Hopefully, the title explains it simply enough. This really isn't complicated, but it's frustrating. 

 

1. I want to implement row level security for a table with the following columns

 

Customer_ID

Brand

Payer Name

Customer Group

 

Payer name includes 7 different items. I want to include only two of them in the filter. 

 

I have tried: 

 

[Customer All Payers] = "Holland America-T" && "Holland America-P" and it doesn't work. However, [Customer All Payers] = "Holland America-T" works, but I need this group to be able to see both of them. 

 

Please, how do you use an "or" type construction in an RLS filter. 

1 ACCEPTED SOLUTION
TomMartens
Super User
Super User

Hey,

 

use this

 

[Customer All Payers] IN {"Holland America-T", "Holland America-P"}

and be aware of the curly braces

 

Regards



Did I answer your question? Mark my post as a solution, this will help others!

Proud to be a Super User!
I accept Kudos 😉
Hamburg, Germany

View solution in original post

3 REPLIES 3
TomMartens
Super User
Super User

Hey,

 

use this

 

[Customer All Payers] IN {"Holland America-T", "Holland America-P"}

and be aware of the curly braces

 

Regards



Did I answer your question? Mark my post as a solution, this will help others!

Proud to be a Super User!
I accept Kudos 😉
Hamburg, Germany

Hi, 

 

Thank you. That worked and so did ||

 

Appreciate the quick help.

Hey,

 

good that you also figuered out another solution for your question.

 

Please do not forget to mark a post as answer, that will help others.

 

Regards



Did I answer your question? Mark my post as a solution, this will help others!

Proud to be a Super User!
I accept Kudos 😉
Hamburg, Germany

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors