PL-900 • Practice Test 14
Free PL-900 practice test — 15 questions with explanations. Set 14. No signup required.
Refer to the exhibit. A Power BI dashboard is configured with the shown data sources. The dashboard fails to refresh automatically. What is the most likely cause?
{
"name": "Sales Dashboard",
"dataSources": [
{
"type": "SQL Server",
"connectionString": "Server=myserver.database.windows.net;Database=SalesDB;..."
},
{
"type": "Excel",
"path": "https://sharepoint.com/sites/sales/Shared%20Documents/Report.xlsx"
}
],
"refreshSchedule": {
"frequency": "Daily",
"time": "02:00"
}
}