Get Dashboard
Returns the specified dashboard from My workspace.
External Documentation
To learn more, visit the Power BI documentation.
Parameters
Parameter | Description |
---|---|
Dashboard ID | The dashboard ID. Can be obtained via the List Dashboards action. |
Example Output
{
"id": "69ffaa6c-b36d-4d01-96f5-1ed67c64d4af",
"displayName": "SalesMarketing",
"embedUrl": "https://app.powerbi.com/dashboardEmbed?dashboardId=69ffaa6c-b36d-4d01-96f5-1ed67c64d4af",
"isReadOnly": false
}
Workflow Library Example
Get Dashboard with Power Bi and Send Results Via Email
Preview this Workflow on desktop