Forum Discussion

vilmarci's avatar
vilmarci
Frequent Visitor
7 years ago
Solved

Use Microsoft Graph API as data source

Dear Community,   I received a task to create a report about all free meeting rooms at a given time. As far as I can see, this can be achieved by accessing all shared calendars via the Graph API: ...
  • tonmcg's avatar
    7 years ago

    The Microsoft Graph implements the OAuth 2.0 authentication flow and therefore, to access it with Power BI, you'll need to create a custom data connector. Here's a tutorial that walks step-by-step on how to create a custom data connector with OAuth 2.0 to the Microsoft Graph in Power BI.