PL-300 Prepare the data • Set 5
PL-300 Prepare the data Practice Test 5 — 15 questions with explanations. Free, no signup.
You are reviewing a Power BI dataset configuration in the service. The JSON shows a data source for an Azure SQL Database. Which statement about the configuration is correct?
Refer to the exhibit.
```json
{
"dataSources": [
{
"connectionDetails": {
"server": "myserver.database.windows.net",
"database": "SalesDB",
"authenticationKind": "Key",
"options": {}
},
"datasourceType": "SQL"
}
],
"pbiServiceConfiguration": {
"useSingleSignOn": false,
"gatewayClusterId": "12345",
"gatewayClusterName": "OnPremGateway"
}
}
```