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
Jmcgrath
Frequent Visitor

Azure Active Directory API 1000 row batchs

Looking for help on this topic in regards to Active Directory API.

This call returns the data in batches. Each batch has a maximum of 1000 records.
To get the next batch of records, use the Next link. Get the skiptoken information from the first set of returned records. The skip token will be at the end of the result set.

Can anyone provide an example of using this skiptoken?

1 ACCEPTED SOLUTION
v-ljerr-msft
Microsoft Employee
Microsoft Employee

Hi @Jmcgrath,

 

Here is a good article about how to load paged and related data from MS Graph API into Power BI using a recursive Power Query function, a solution which makes use of the skiptoken is mentioned. Could you go to check if it helps in your scenario? Smiley Happy

 

Regards

View solution in original post

3 REPLIES 3
v-ljerr-msft
Microsoft Employee
Microsoft Employee

Hi @Jmcgrath,

 

Here is a good article about how to load paged and related data from MS Graph API into Power BI using a recursive Power Query function, a solution which makes use of the skiptoken is mentioned. Could you go to check if it helps in your scenario? Smiley Happy

 

Regards

Thanks for the help.  This article suggests a work around instead of $skiptoken which I have implemented and appears to work.  Thanks again.  At least buys me time until I learn more about $skiptoken utilization.

Only problem solution link provides uses a function which is not supported in Power Bi for report refresh 

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 Fabric 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