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
getDashboards
Enumerate the dashboards available to the caller, establishing which dashboards are in scope for embedding.
2
inspectDashboard
getDashboard
Read the target dashboard to capture its own embed URL and confirm whether the caller holds read-only access to it.
3
listTiles
getTiles
List the dashboard's tiles so the target tile can be confirmed to exist before it is read in full.
4
inspectTile
getTile
Read the single tile and capture its embed URL along with the reportId and datasetId an embed token has to be scoped to.