The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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" }
}