Forum Discussion
List the reports using a particular gateway connection
Hi,
Is there any option to list the report details using a particular gateway connection. Wanted to produce something like below...Have gone through most of the readings but didn't find anything so far....
ReportName DatssetName ConnectionName GatewayName
Thanks in advance for your help !
5 Replies
- AnonymousNot applicable
Hi kumsha1 ,
Check the link below:
https://docs.microsoft.com/en-us/rest/api/power-bi/reports/getreport
Best Regards,
KellyDid I answer your question? Mark my post as a solution! - vijaykj09Frequent Visitor
Hey,
did you get any solution ?
Regards
VJ
- vickyw
Helper I
Also wondering if this ever got solved, as I too would like to monitor which gateways are in use
- _MMahmood_
Advocate I
This API call will get you all your dataset / datasources details: Admin - Datasets GetDatasourcesAsAdmin - REST API (Power BI Power BI REST APIs) | Microsoft Learn
You're looking for the "datasourceid" which you can link to the "id" in this API call: Gateways - Get Datasources - REST API (Power BI Power BI REST APIs) | Microsoft Learn
The name of the connection is "datasourceName"