External DocumentationTo learn more, visit the Power BI documentation.
Actions
Get Dataset
Returns the specified dataset from My workspace.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Dataset ID | The dataset ID. Can be obtained via the List Datasets action. |
{
"@odata.context": "<string>",
"id": "<string>",
"name": "<string>",
"webUrl": "<string>",
"configuredBy": "<string>",
"isRefreshable": true,
"isEffectiveIdentityRequired": false,
"isEffectiveIdentityRolesRequired": false,
"isOnPremGatewayRequired": false,
"targetStorageMode": "<string>",
"createReportEmbedURL": "<string>",
"qnaEmbedURL": "<string>",
"upstreamDatasets": [],
"users": [],
"queryScaleOutSettings": {
"autoSyncReadOnlyReplicas": true,
"maxReadOnlyReplicas": 1
}
}
Was this page helpful?