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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

RLS - Application of Multiple Filters

Wonder if anyone can help. I have a model with 10 'grouping' of data. The Groups are by business are. I know how to create RLS groups so that a user can see just one business area or all business areas.

 

What is the filter expression in RLS that enables a user to see two business areas. I've tried the AND (&&) and OR (||) operators but these don't work. 

 

[TableName] = "123456" || [TableName] = "654321" is what Solved: RLS:table filter DAX expression- possible to give ... - Microsoft Power BI Community suggests but it does not work, so wondering if I'm doing something wrong or if the issue is elsewhere.

 

When I use a single filter expression RLS works.

 

Thanks

2 REPLIES 2
amitchandak
Super User
Super User

@Anonymous , it should be a column name ? in a given table in RLS role

 

[ColumnName] = "123456" || [ColumnName] = "654321

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

I was using ColumnName, however I applied the filter to two tables. One Table had the correct expression on the Column using the OR operator, the other table was using the AND Operator on the Column. Now both are using the OR operator and it work. Thanks

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

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