Forum Discussion
Anonymous
5 years agoNot applicable
Graph API queries for managed Devices
Hi Community! to get information about managed devices we are using Graph API Queries like: https://graph.microsoft.com/v1.0/deviceManagement/managedDevices?$select=id,deviceCompliancePolicySta...
- 5 years ago
Most likely Power Query is automatically expanding the lookup fields. In Powershell you have to do that manually.
lbendlin
5 years agoSuper User
Are you using the Graph Security third party connector, or standard Web.Contents calls? Have you tried ODATA instead?
- Anonymous5 years agoNot applicable
Hello lbendlin ,
In Power BI we are using OData.Feed and we get all data we want. The problem is, that using exactly the same query not in Power BI, but in Powershell ( via Invoke-WebrRequest) we get less attributes. So how is that possible, that the same query retrievs different data, depending on method we are using for calls?