Power BI · Arazzo Workflow
Power BI Audit Gateway-Bound Datasources
Version 1.0.0
Walk the gateway inventory and cross-reference a dataset's datasources to prove which gateway backs it.
View Spec
View on GitHub
AnalyticsBusiness IntelligenceDashboardsData AnalysisReportingVisualizationArazzoWorkflows
Provider
Workflows
gateway-datasource-audit
Reconcile a dataset's datasources against a gateway's registered datasources.
Lists gateways, inspects one gateway and the datasources registered on it, and reads the dataset's datasources so the gateway binding can be verified.
1
listGateways
getGateways
Enumerate every gateway the caller can see, establishing the set of gateways available to bind datasources against.
2
inspectGateway
getGateway
Read the target gateway to confirm it exists and to record whether it is a shared Resource gateway or a Personal gateway.
3
listGatewayDatasources
getGatewayDatasources
List the datasources registered on the gateway. A dataset can only refresh through this gateway if its datasources appear in this collection.
4
listDatasetDatasources
getDatasources
Read the dataset's own datasources and capture the gatewayId reported on the first one, which is the value to compare against the audited gateway.