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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
gayathrispark
New Member

RLS

You have a Microsoft Power BI data model that contains three tables named Orders, Date, and City. There is a one-to-many relationship between Date and
Orders and between City and Orders.
The model contains two row-level security (RLS) roles named Role1 and Role2. Role1 contains the following filter.
City[State Province] = "Kentucky"
Role2 contains the following filter.
Date[Calendar Year] = 2020 -
If a user is a member of both Role1 and Role2, what data will they see in a report that uses the model?

  • A. The user will see data for which the State Province value is Kentucky and the Calendar Year is 2020.
  • B. The user will see data for which the State Province value is Kentucky or the Calendar Year is 2020.
  • C. The user will see only data for which the State Province value is Kentucky.
  • D. The user will receive an error and will not be able to see the data in the report.
1 ACCEPTED SOLUTION
Shahfaisal
Solution Sage
Solution Sage

When a report user is assigned to multiple roles, RLS filters become additive which meas the user can see State Province value is Kentucky or the Calendar Year is 2020. 

So the answer is B.

View solution in original post

1 REPLY 1
Shahfaisal
Solution Sage
Solution Sage

When a report user is assigned to multiple roles, RLS filters become additive which meas the user can see State Province value is Kentucky or the Calendar Year is 2020. 

So the answer is B.

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

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.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

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

Top Solution Authors