Power BI · Arazzo Workflow
Power BI Resolve a Dashboard Tile for Embedding
Version 1.0.0
Walk from the dashboard list down to a single tile and capture the embed URL, report, and dataset it needs.
View Spec
View on GitHub
AnalyticsBusiness IntelligenceDashboardsData AnalysisReportingVisualizationArazzoWorkflows
Provider
Workflows
dashboard-tile-embed
Resolve a dashboard tile and the artifacts an embed token must cover.
Lists dashboards, reads the target dashboard and its tiles, and inspects a single tile to capture its embed URL and the report and dataset behind it.
1
listDashboards
Enumerate the dashboards available to the caller, establishing which dashboards are in scope for embedding.
2
inspectDashboard
Read the target dashboard to capture its own embed URL and confirm whether the caller holds read-only access to it.
3
listTiles
List the dashboard's tiles so the target tile can be confirmed to exist before it is read in full.
4
inspectTile
Read the single tile and capture its embed URL along with the reportId and datasetId an embed token has to be scoped to.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.