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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
StuartRichards
Frequent Visitor

Waiting for graph.microsoft.com

I'm trying to pull the list of members for each O365 Group we have. The function to do it works fine with just a few Groups in the list to evaluate. If I go much above about 50 groups to process, PowerBI just sits there forever saying 'waiting for graph.microsoft.com'. Anyone know if there's some sort of limit or throttle that would prevent this query working?  It's not actually a huge volume of info so would seem weird if we were hitting a throttle.

2 REPLIES 2
Anonymous
Not applicable

@StuartRichards,

What method do you use to pull list of members for each O365 Group? How do you take the whole procee for 50 groups in Power BI?

Regards,
Lydia

I have a table with all the GroupID's listed in a column. I then have a Column defined using a custom function that takes the GroupID as a parameter and should pull the list of members of the group.

 

OData feed

 

https://graph.microsoft.com/v1.0/groups/{GroupID}/members

 

This works fine if there's less than about 50 Groups in the list but just gets stuck and sits forever saying 'waiting for graph.microsoft.com' if more than about 50.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Kudoed Authors