Forum Discussion
PPNewbie
2 years agoNew Member
DataFormat.Error: We expected a property 'servicePlans', but the OData service omitted it from the r
I have this code in query powerbi desktop: let resource="https://graph.microsoft.com", tokenResponse = Json.Document(Web.Contents("https://login.windows.net/", [ RelativePath = #"Azure AD Tenant...
jennratten
2 years agoSuper User
Hello PPNewbie - It looks like you could be having problems for a few different reasons - the API endpoint is beta (usability is not always reliable), the application may not have the right permission to view that property. Does the source step throw the error or is the error only present after one of the later steps?