External DocumentationTo learn more, visit the Power BI documentation.
Actions
List Dataset Tables
Returns a list of tables within 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>",
"value": [
{
"name": "Product",
"source": []
}
]
}
Was this page helpful?