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.
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.
Solved! Go to Solution.
Hey,
use this
[Customer All Payers] IN {"Holland America-T", "Holland America-P"}
and be aware of the curly braces
Regards
Hey,
use this
[Customer All Payers] IN {"Holland America-T", "Holland America-P"}
and be aware of the curly braces
Regards
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