Power BI · Arazzo Workflow
Power BI Inventory a Workspace's Content
Version 1.0.0
Find a workspace by OData filter and enumerate every dataset, report, dashboard, and import it contains.
View Spec
View on GitHub
AnalyticsBusiness IntelligenceDashboardsData AnalysisReportingVisualizationArazzoWorkflows
Provider
Workflows
workspace-content-inventory
Resolve a workspace by name and list all of its content.
Locates a workspace using an OData filter and enumerates its datasets, reports, dashboards, and imports into a single inventory result.
1
findWorkspace
getGroups
Filter the workspace list down to the target workspace and capture its identifier, which every content collection below is scoped by.
2
inventoryDatasets
getDatasetsInGroup
List the workspace's datasets, the models that every report and dashboard in the workspace ultimately depends on.
3
inventoryReports
getReportsInGroup
List the workspace's reports, each of which carries the datasetId it is bound to so dataset-to-report dependencies can be mapped.
4
inventoryDashboards
getDashboardsInGroup
List the workspace's dashboards, including their data classification.
5
inventoryImports
getImportsInGroup
List the workspace's imports to record how the content arrived and whether any import is still publishing or has failed.