Forum Discussion

jmoreyproadata's avatar
jmoreyproadata
New Member
6 years ago
Solved

Get data from Microsoft teams (shifts)

How to connect power bi to microsoft teams, extracting information from app shifts that its use from create timetable.
  • Anonymous's avatar
    Anonymous
    6 years ago

    Hello sjb9:

     In my application I ussed an OData feed to directly query the Graph (beta) API directly into PowerBi. The data is then updated when the report is refreshed. Have not yet worked with "Flow". The user is currently refreshing the reports as needed as a short term solution. Hope this helps.

     

    = OData.Feed("https://graph.microsoft.com/beta/teams/your teams ID #/schedule", null, [Implementation="2.0"])