Question 1mediummultiple choice
Read the full Deploy and maintain assets explanation →PL-300 Deploy and maintain assets • Complete Question Bank
Complete PL-300 Deploy and maintain assets question bank — all 0 questions with answers and detailed explanations.
Refer to the exhibit. Dataset Refresh History: Refresh #1: Start: 2024-01-15 01:00:00, End: 2024-01-15 01:05:00, Status: Completed Refresh #2: Start: 2024-01-15 02:00:00, End: 2024-01-15 02:30:00, Status: Failed Refresh #3: Start: 2024-01-15 03:00:00, End: 2024-01-15 03:03:00, Status: Completed
Refer to the exhibit.
Power BI XMLA endpoint configuration:
{
"allowedUsers": [
"user1@contoso.com",
"user2@contoso.com"
],
"allowAzureAnalysisServicesConnections": true,
"blockExternalConnections": false
}Refer to the exhibit.
{
"version": "1.0",
"datasetSettings": {
"refreshSchedule": {
"frequency": "Daily",
"times": ["06:00", "18:00"],
"enabled": true,
"localTimeZone": "UTC"
},
"directQuery": {
"enableDirectQuery": false
}
},
"dataSources": [
{
"name": "SalesDB",
"connectionString": "Server=sqlsrv01;Database=Sales;Integrated Security=SSPI;",
"credentialType": "Windows",
"gatewayId": "gateway-cluster-01"
}
]
}Refer to the exhibit.
```json
{
"dataset": {
"name": "SalesDataset",
"defaultMode": "Push",
"refreshSchedule": {
"enabled": true,
"frequency": "Weekly",
"days": ["Monday"],
"times": ["02:00"]
},
"dataSources": [
{
"type": "Sql",
"connectionString": "Server=sqlserver01;Database=SalesDB;Integrated Security=SSPI"
}
]
}
}
```Drag steps to the numbered slots on the right, or tap a step then tap a slot.
Drag steps to the numbered slots on the right, or tap a step then tap a slot.
Drag a concept onto its matching description — or click a concept then click the description.
Create personal reports, cannot share
Share and collaborate with others
Dedicated capacity for a user
Reserved compute resources
Embed analytics in applications
Drag a concept onto its matching description — or click a concept then click the description.
SQL Server
CSV
Salesforce
Azure SQL Database
REST endpoint