Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
JasonDunbar
Advocate II
Advocate II

API Documentation for Dashboards

Quick note to those who may be wondering why they're not seeing the 'name' attribute in the json objects returned when calling https://api.powerbi.com/beta/myorg/dashboards

 

That's because the objects are indeed different to what's detailed in the Apiary page. Note the 'displayname' instead of 'name'.

 

{

    "@odata.context":"http://wabi-north-europe-redirect.analysis.windows.net/beta/myorg/$metadata#dashboards",

"value":[
    {
        "id":"12345678-4444-4444-4444-876543212345",
        "displayName":"Something"
    }
}
____________________________________________________
My other computer is an Azure data centre.
0 REPLIES 0

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.