Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago

How to visualize Microsoft Graph API data in PowerBi?

I’m currently working on a Power Bi dashboard where I can check the compliancy status of alle the laptops in the organization. Therefore I’m using the Intune Data Warehouse data for visualizing the compliancy status of all laptops.

 

I want to expand the dashboard with visualizations on the Azure AD device data and I’m currently looking for a way to import Azure AD Devices data into PowerBi. Does anyone know how I can achieve this?

 

I have read on various forums that Microsoft Graph API is the best solution for this, but what is the best way to get this data into PowerBi? What is the best way to setup a connection with this API?

 

In addition, I would like to combine two Graph datasets/queries. I would like to see the device information, in combination with the registered Owner, in one query. With the two queries below I can find the correct data, but is there a possibility to merge these queries into one so that I can immediately see the registeredOwner of each Device?

 

GET https://graph.microsoft.com/v1.0/devices
GET https://graph.microsoft.com/v1.0/devices/{id}/registeredOwners

1 Reply