Question 339 of 388
Single answerYou have a Power BI data model that contains a table named Employees. The table has the following columns:- Employee Name- Email Address- Start Date- Job TitleYou are implementing dynamic row-level security (RLS).You need to create a table filter to meet the following requirements:- Users must see only their own employee data.- The DAX expression must work in both Power BI Desktop and the Power BI service.Which expression should you use?
A[Email Address] - USERNAME()
B[Employee Name] - USERPRINCIPALNAME()
C[Employee Name] = USERNAME()
✓D[Email Address] = USERPRINCIPALNAME()
✓
Correct Answer: D
[Email Address] = USERPRINCIPALNAME()
▥
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.