List Dataset Tables
Returns a list of tables within the specified dataset from My workspace.
External Documentation
To learn more, visit the Power BI documentation.
Parameters
Parameter | Description |
---|---|
Dataset ID | The dataset ID. Can be obtained via the List Datasets action. |
Example Output
{
"value": [
{
"name": "Product",
"source": []
}
]
}
Workflow Library Example
List Dataset Tables with Power Bi and Send Results Via Email
Preview this Workflow on desktop