Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I am trying to clean up my Power BI on-premises standard gateway data sources. How can I find data on which published reports use which data sources? I'd like to know which reports in the enterprise use each data source in the gateway.
Hi @PollyCosta
You can use the following REST API which will tell you which data source and gateway the dataset is connecting to in a Group
Datasets - Get Datasources In Group - REST API (Power BI Power BI REST APIs) | Microsoft Docs
You would then need to loop through the groups to get it from all your groups.