Forum Discussion
parscot
3 years agoFrequent Visitor
Gateway sources cleanup
We have a lot of gateway data sources and many arent used any more. In other words, they arent referenced by a dataflow or dataset in our tenant on PowerBi.com How can i generate a list of data s...
m-colbert
3 years agoResolver III
Using the Power BI REST API you can get a list of datasources for dataflows and datasets and use this info to filter through them. A quick way of doing this is to build a report using the Power BI REST API custom connector found here. GitHub - migueesc123/PowerBIRESTAPI: A Microsoft Power BI Data Connector or Power Query Connector for the Power BI REST API
You can get gateways and thier datasources and link them to the datasources for datasets and daatflows.
Hope this helps.