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

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

Reply
Anonymous
Not applicable

One user in multiple RLS - SSAS

Hi,

 

i have my tabular model SSAS. 

I have one organizacional hierarchy RLS and i want to put one more filter for RLS in another table. 

And my user cant see any data because i think that use AND operator. 

Can how to configure to be OR between this two cases ? 


Thank you.

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Anonymous ,
Based on your description, it seems that you have encountered an issue where a user is unable to see any data due to the application of multiple RLS filters that are using the default AND logic. You can configure RLS to apply OR logic between filters on different tables by following these steps:
If you have two tables and you want them to be visible when they satisfy any condition, you modify the dax expression, for example

[Table1FilterColumn] = "Value1" || [Table2FilterColumn] = "Value2"

Ensure that your RLS setup follows best practices, such as avoiding overly restrictive rules and verifying that users are correctly mapped to roles. You can find guidance on implementing RLS in Power BI, which is also applicable to SSAS, in the following documentation:
Power BI implementation planning: Report consumer security planning - Power BI | Microsoft Learn

Best regards,

Albert He

 

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

1 REPLY 1
Anonymous
Not applicable

Hi @Anonymous ,
Based on your description, it seems that you have encountered an issue where a user is unable to see any data due to the application of multiple RLS filters that are using the default AND logic. You can configure RLS to apply OR logic between filters on different tables by following these steps:
If you have two tables and you want them to be visible when they satisfy any condition, you modify the dax expression, for example

[Table1FilterColumn] = "Value1" || [Table2FilterColumn] = "Value2"

Ensure that your RLS setup follows best practices, such as avoiding overly restrictive rules and verifying that users are correctly mapped to roles. You can find guidance on implementing RLS in Power BI, which is also applicable to SSAS, in the following documentation:
Power BI implementation planning: Report consumer security planning - Power BI | Microsoft Learn

Best regards,

Albert He

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.