View all questions & answers for the PL-300 exam
You need to provide a solution to provide the sales managers with the required access.
What should you include in the solution?
Create a security role that has a table filter on the Sales_Manager table where
username = UserName()
Create a security role that has a table filter on the Region_Manager table where
sales_manager_id = UserPrincipalName().
name = UserName().
username = sales_manager_id.
https://powerbi.microsoft.com/en-us/blog/using-u sername-in-dax-with-row-level-security/
Submit