Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
SairaAlam
Frequent Visitor

Extracting Call Records Data from Graph API and using in Powerbi

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.

1 REPLY 1
v-jingzhang
Community Support
Community Support

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.

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors