The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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