Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I would like to know how I can connect Teams(Shift) with Power BI.
Could someone share a step by step?
Thanks
Solved! Go to Solution.
Hi, @allan_oliveira
To use an OData feed to directly query the Graph API directly into PowerBi. The data is then updated when the report is refreshed.
= OData.Feed("https://graph.microsoft.com/beta/teams/your teams ID #/schedule", null, [Implementation="2.0"])
More related information:
https://community.powerbi.com/t5/Desktop/Get-data-from-Microsoft-teams-shifts/td-p/807676
https://docs.microsoft.com/en-us/graph/api/schedule-list-shifts?view=graph-rest-beta&tabs=http
Best Regards,
Community Support Team _ Zeon Zheng
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @allan_oliveira
To use an OData feed to directly query the Graph API directly into PowerBi. The data is then updated when the report is refreshed.
= OData.Feed("https://graph.microsoft.com/beta/teams/your teams ID #/schedule", null, [Implementation="2.0"])
More related information:
https://community.powerbi.com/t5/Desktop/Get-data-from-Microsoft-teams-shifts/td-p/807676
https://docs.microsoft.com/en-us/graph/api/schedule-list-shifts?view=graph-rest-beta&tabs=http
Best Regards,
Community Support Team _ Zeon Zheng
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Are you trying to use Power BI to connect to files within Teams?
If this post helps to answer your questions, please consider marking it as a solution so others can find it more quickly when faced with a similar challenge.
Proud to be a Microsoft Fabric Super User
I'm trying to use Power Bi to connect to Teams Shifts.