Forum Discussion
Microsoft Graph Data Access
- 2 years ago
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/
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.
- istduncan-cohp2 years agoHelper I
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/
- lbendlin2 years agoSuper User
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.