Returns the specified dashboard from My workspace.
External DocumentationTo learn more, visit the Power BI documentation.

Parameters

ParameterDescription
Dashboard IDThe dashboard ID. Can be obtained via the List Dashboards action.

Example Output

{
	"@odata.context": "<string>",
	"id": "<string>",
	"displayName": "<string>",
	"isReadOnly": false,
	"webUrl": "<string>",
	"embedUrl": "<string>",
	"users": [],
	"subscriptions": []
}

Workflow Library Example

Get Dashboard with Power Bi and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop