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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
sima_ue031
Helper I
Helper I

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 @sima_ue031 ,
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 @sima_ue031 ,
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
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors