Question 302 of 388
Choose 2You have the Power BI model shown in the following exhibit. A manager can represent only a single country.You need to use row-level security (RLS) to meet the following requirements:- The managers must only see the data of their respective country.- The number of RLS roles must be minimized.Which two actions should you perform? Each correct answer presents a complete solution.NOTE: Each correct selection is worth one point.
✓ACreate a single role that filters Country[Manager_Email] by using the USERNAME DAX function.
BCreate a single role that filters Country[Manager_Email] by using the USEROBJECTID DAX function.
✓CFor the relationship between Purchase Detail and Purchase, select Apply security filter in both directions.
DCreate one role for each country.
EFor the relationship between Purchase and Purchase Detail, change the Cross filter direction to Single.
✓
Correct Answer: A, C
Create a single role that filters Country[Manager_Email] by using the USERNAME DAX function.
▥
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.