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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Anonymous
Not applicable

Use incremental api as source

I am preparing a powerbi report for Service now. I need to get all the incidents data but the service now api returns only 10k records in a single call and I need to call service now api in below fashion from powerbi. How to do it. Please suggest.

 

In this case, the first call would be something like

/api/now/table/incident?sysparm_limit=10000&sysparm_offset=0

 

the next one

/api/now/table/incident?sysparm_limit=10000&sysparm_offset=10000

 

the next one

/api/now/table/incident?sysparm_limit=10000&sysparm_offset=20000

1 REPLY 1
v-alq-msft
Community Support
Community Support

Hi, @Anonymous 

 

I'd like suggest you refer the following thread with the same issue to see if it helps.

Need help for Paging power query based on offset and limit 

 

Best Regards

Allan

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

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 Solution Authors