Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply

Microsoft Graph Data Access

I want to build a report using Microsoft Graph API, but I have noticed this may be something Power BI cannnot access.  Has anyone else had this issue? 

1 ACCEPTED SOLUTION

@lbendlin Both endpoints works int Graph Explorer, it is just a matter of combining the 2.   It looks like it could b made possible by using the following: 

 

https://techpeanuts.wordpress.com/2020/05/28/connecting-power-bi-to-microsoft-graph/ 

 

 

View solution in original post

8 REPLIES 8

I did find another example that may help in the pagination .  

lbendlin
Super User
Super User

it's not that black and white. Power Query can access some of the Graph endpoints  but not all.  What are you trying to accomplish?

@lbendlin I'm trying to build a report of calendar events with the users in my department.  

Does it work in Graph Explorer?

Yes.  There are two endpoint I will need the first is /users?$filter=department in ('DepartmentName') and users/'UserID'/calendar/events.

 

From the looks of it, I may need to look for an alternative option.

yep. Officially only /groups is supported.

@lbendlin Both endpoints works int Graph Explorer, it is just a matter of combining the 2.   It looks like it could b made possible by using the following: 

 

https://techpeanuts.wordpress.com/2020/05/28/connecting-power-bi-to-microsoft-graph/ 

 

 

making it work in Graph explorer is required but not sufficient.  They can still block certain calls in other systems. Let me know what you find out.

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

Top Solution Authors