Forum Discussion
Power BI File Report Object Details
- Anonymous2 years ago
Hi DAXUser ,
Based on your description, the best way to get the meta information for a report is in the form of a reset api:
Permissions
The user must have all of the following, unless a requirement doesn't apply:Write permission on the specified report.
Build permission on the target dataset, required if the targetModelId parameter is used.Try like below:
GET https://api.powerbi.com/v1.0/myorg/reportsAlso, you can try powershell to get more info.
Get-PowerBIDashboard (MicrosoftPowerBIMgmt.Reports) | Microsoft Learn
Get-PowerBIReport (MicrosoftPowerBIMgmt.Reports) | Microsoft Learn
Best Regards,
Adamk KongIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Kishore_KVN
I got the expected output. I refered this link - https://www.elegantbi.com/post/exportreportobjects
for my requirement.