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...
ronan
1 year agoFrequent Visitor
jennratten I reached this post because I have the same error, but in v1.0 version API.
When I make the request with manager expanded, ie:
graphData = OData.Feed(my_url, [ Authorization = "Bearer " & access_token ], [ ExcludedFromCacheKey = {"Authorization"}, ODataVersion = 4, Implementation = "2.0" ])
all users that doesn't have managers would come blank, but I got errors:
how could I solve or override this error?