PL-300 Visualize and analyze the data • Set 2
PL-300 Visualize and analyze the data Practice Test 2 — 15 questions with explanations. Free, no signup.
A Power BI admin applies the Azure Policy shown in the exhibit. What is the effect of this policy?
Refer to the exhibit.
```json
{
"Version": "1.0",
"Statement": [
{
"Effect": "Deny",
"Action": [
"Microsoft.PowerBi/datasets/read"
],
"Resource": "*",
"Condition": {
"StringNotEquals": {
"Microsoft.PowerBi/workspace": "finance-workspace-id"
}
}
}
]
}
```