Returns a list of tables within the specified dataset from My workspace.
External DocumentationTo learn more, visit the Power BI documentation.

Parameters

ParameterDescription
Dataset IDThe dataset ID. Can be obtained via the List Datasets action.

Example Output

{
	"@odata.context": "<string>",
	"value": [
		{
			"name": "Product",
			"source": []
		}
	]
}

Workflow Library Example

List Dataset Tables with Power Bi and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop