Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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" }
}