The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Has anyone extracted data from Graph API into PowerBi.
I want to get data for Call Records and have it available in Powerbi to develop report on number of certain types of Meetings in Micorosft Teams for all the team members in our company.
Hi @SairaAlam
Connecting to Microsoft Graph REST APIs from Power Query isn't recommended or supported. You could learn about the reasons by refering to Lack of Support for Microsoft Graph in Power Query - Power Query | Microsoft Learn
You might find you can make certain REST calls to Microsoft Graph API endpoints work through the Web.Contents
or OData.Feed
functions, but these approaches aren't reliable as long-term solutions.
If you must have that, Get callRecord - Microsoft Graph API could let you get information about a call record through its call id. It introduces two methods of getting a call record id. However, there is not a direct API that can let you get all record ids. You could refer to a discussion how to get all call records using MS Graph - Microsoft Q&A and a feature requirement Expose Direct REST API to fetch CallRecordID for MS Teams - Microsoft Community Hub
Hope this helps.
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.