1. An enterprise at Relecloud has configured RLS in a Power BI semantic model. The security team wants to validate that a specific user ('ana@relecloud.com') sees only data for the 'West' region as intended. Ana has a Viewer role in the workspace. Which THREE steps correctly describe the process to test Ana's RLS experience in the Power BI service? (Select THREE.)
- A. Navigate to the semantic model in the workspace, select 'More options (…)' > 'Security', then use the 'Test as role' feature and enter ana@relecloud.com.✓ Correct
- B. Open the report, go to the View ribbon in Power BI Desktop, and select 'View as' to simulate Ana's role.
- C. In the semantic model Security settings, select the RLS role assigned to Ana (e.g., 'West Region'), then enter Ana's email in the 'Test as role' input box.
- D. Verify that the filtered data shown in the 'Test as role' view matches only West region records.✓ Correct
- E. Assign Ana the Contributor role temporarily to allow the test to run, then revert back to Viewer.
- F. Confirm that Ana's email is listed as a member of the appropriate RLS role in the semantic model Security settings.✓ Correct
Explanation
The correct three-step process is: (1) Access the semantic model's Security settings via 'More options > Security' in the workspace — this is the correct service-side entry point for RLS testing. (2) In the RLS test interface, enter Ana's UPN to simulate her view and verify the data returned matches only West region records. (3) Confirm that Ana's UPN is actually a member of the correct RLS role, since the test will only work correctly if her membership is properly configured. Option B describes Power BI Desktop's 'View as' feature, which is for design-time testing and cannot test with a specific user's UPN in the service. Option C conflates two steps inaccurately — you select the role AND enter the user; entering only the user (via 'Test as role') in the service will impersonate them and automatically apply their assigned roles. Option E is incorrect and unnecessary; you do not need to change Ana's workspace role to test RLS — in fact, testing RLS is done by the semantic model owner/admin, not by Ana herself.