You 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 Title You 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() Suggested Answer: D This question is in PL-300 Exam For getting Microsoft Power BI Data Analyst Associate Certificate
Please login or Register to submit your answer