Forum Discussion
amsrivas
5 years agoHelper IV
Microsoft Graph connectivity with Power BI
Hi Folks!! My requirement is to connect Microsoft Graph from Power BI Desktop however i am getting few errors while acheiving this. Steps : 1. Connect OdataFeed, and provide URL https://graph.micr...
lbendlin
5 years agoSuper User
You may want to read up on permissions and consent. Microsoft Graph permissions reference - Microsoft Graph | Microsoft Docs
TedPattison
5 years agoMicrosoft Employee
In order to build a solution with Power BI datasets that extract data from Microsoft Graph API, you really need to create a custom connector. None of the built-in Power BI conntectors will give you the control you need in the authentication process to acquire access tokens with the proper delegated permissions.
- lbendlin5 years agoSuper User
Maybe a topic for a future DevCamp?