Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
We looking for Metadata Report Object detail of the power report. Basically we looking for Page name, Visual name, Measure name and Table name of the dashboard/Report.
Solved! Go to Solution.
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/reports
Also, you can try powershell to get more info.
Get-PowerBIDashboard (MicrosoftPowerBIMgmt.Reports) | Microsoft Learn
Get-PowerBIReport (MicrosoftPowerBIMgmt.Reports) | Microsoft Learn
Best Regards,
Adamk Kong
If 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.
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/reports
Also, you can try powershell to get more info.
Get-PowerBIDashboard (MicrosoftPowerBIMgmt.Reports) | Microsoft Learn
Get-PowerBIReport (MicrosoftPowerBIMgmt.Reports) | Microsoft Learn
Best Regards,
Adamk Kong
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hello @DAXUser what is the role you have for that workspace. If you can download te file service environment then try to do that atleast you should have edit access for the report to look at it in service environment itself. But unless you have pbix file, you can't see the measures.
If this post helps, then please consider accepting it as the solution to help other members find it more quickly. Thank You!!
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
84 | |
73 | |
68 | |
39 | |
35 |
User | Count |
---|---|
108 | |
56 | |
52 | |
48 | |
41 |