Forum Discussion
Identify Power BI Reports
Check out Power BI Rest APIs.
Attached the link of the one I think that would be useful for you.
You can configure the loops for your datasets and then get the final result in an array using Logic Apps.
https://docs.microsoft.com/en-us/rest/api/power-bi/datasets/getdatasourcesingroup
- Anonymous6 years agoNot applicable
Thanks, smarthp29.
API is very useful if we know the dataset and workspace details but I don't access to all the datasets/workspace. Is there any API which takes tenant details as input and then scan the all the workspace to list down the data source.
- smarthp296 years agoHelper I
Anonymous
Give API an admin access to PowerBI Service. This will automatically grant him access to all the workspace.
OR
Use the account that has global admin access to PowerBI Service (i.e) the account used for setup of the environment in the tenant. This will grant access to all the workspaces.
https://docs.microsoft.com/en-us/rest/api/power-bi/groups/getgroups
- Anonymous6 years agoNot applicable
Thanks!!
Looks like I don't have tenant admin access. Also don't have recovery key for the gateway.