PL-300 • Practice Test 23
Free PL-300 practice test — 15 questions with explanations. Set 23. No signup required.
Refer to the exhibit. You have a Power BI semantic model with a role 'Sales Manager'. The role is defined with read permission on the Sales table but only on the Amount column. When the user 'salesmgr@contoso.com' creates a report using this model, which of the following will they be able to see?
{
"roles": [
{
"name": "Sales Manager",
"modelPermission": "Read",
"members": [
{
"memberName": "salesmgr@contoso.com",
"memberType": "User"
}
],
"tablePermissions": [
{
"name": "Sales",
"columnPermissions": [
{
"name": "Amount",
"requiredPermissions": ["Read"]
}
]
}
]
}
]
}