Returns a list of dashboards from My workspace.

External Documentation

To learn more, visit the Power BI documentation.

Example Output

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

Workflow Library Example

List Dashboards with Power Bi and Send Results Via Email

Preview this Workflow on desktop