The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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" }
}