Forum Discussion
Need to get attributes via Power BI REST API
Hello All,
I have around 180+ PBI reports on a Workspace, now I am in process of migrating those reports to new workspace . Some users were using the Semantic Model (datasets) for theri report development & published in different workspaces. I need to find out in which workspace the datasets are being used now. For which I need to get the workspace namess through the below option. But I cant find the option either PowerShell modules or Power BI REST API. Can anyone help here to find out the downstream workspaces for that particular dataset.
5 Replies
- lbendlinSuper User
You would use the scanner API for lineage reporting.
- AnonymousNot applicable
lbendlin - I already used the below API's for this scanning process.
POST https://api.powerbi.com/v1.0/myorg/admin/workspaces/getInfo
GET https://api.powerbi.com/v1.0/myorg/admin/workspaces/scanResult/{scanId}
This requires additional admin access to view the data through this API's . Could you please confirm me about this API's . Is this correct ?
- lbendlinSuper User
yes, those.