PL-300 • Practice Test 12
Free PL-300 practice test — 15 questions with explanations. Set 12. No signup required.
You are examining a Power BI dataflow configuration. The dataflow is scheduled to refresh the 'Sales' entity daily and the 'Product' entity hourly. However, the 'Product' entity refresh fails every hour with an error indicating the SharePoint list data source is not accessible. You need to diagnose the issue. What is the most likely cause?
Refer to the exhibit.
```json
{
"workspaceId": "12345678-1234-1234-1234-123456789012",
"dataflowId": "87654321-4321-4321-4321-210987654321",
"dataflowName": "SalesDataflow",
"entities": [
{
"name": "Sales",
"source": "AzureSqlDatabase",
"refreshPolicy": {
"type": "Full",
"interval": "Daily"
}
},
{
"name": "Product",
"source": "SharePointList",
"refreshPolicy": {
"type": "IncrementalRefresh",
"interval": "Hourly",
"incrementalGranularity": "Day"
}
}
]
}
```