Forum Discussion
Anonymous
1 year agoNot applicable
List all connections for all users
Hello, Is there a way for an administrator to get a list of all Connections established in a capacity? We would like to audit all connections and their user permissions. We've found that admi...
- Anonymous1 year ago
Hi Anonymous,
Yes, that’s correct this approach with the API will only show connections that are linked to datasets. It won’t include any unused connections.
Regards,
Prasanna Kumar
Anonymous
1 year agoNot applicable
Hi Anonymous,
Right now, there’s no direct Fabric CLI command to see all data connections for every user in Power BI. The only way is to use the Power BI Admin REST APIs: first get a list of all datasets with GetDatasetsAsAdmin, then check each dataset’s connections using GetDatasourcesInGroup. You need Power BI Service Administrator rights for this, and while the CLI could run these API calls, it doesn’t have a built-in command to do it automatically.
Thanks & Regards,
Prasanna Kumar