PL-300 Prepare the data • Set 14
PL-300 Prepare the data Practice Test 14 — 15 questions with explanations. Free, no signup.
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"
}
}
]
}
```