Question 255 of 388
Single answerYou have the Power Bl model shown in the following exhibit.There are four departments in the Departments table.You need to ensure that users can see the data of their respective department only.What should you do?
✓ACreate a row-level security (RLS) role for each department, and then define the membership of the role.
BCreate a DepartmentID parameter to filter the Departments table.
CTo the ConfidentialData table, add a calculated measure that uses the currentgroup DAX function.
DCreate a slicer that filters Departments based on DepartmentID.
✓
Correct Answer: A
Create a row-level security (RLS) role for each department, and then define the membership of the role.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Microsoft certification topics.