Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Wondering how others are connecting to Servicenow for reporting. We have run into the row limitation through the API and everything else we have found seems to be a paid connector. Found some other articles referencing a Power BI Content Pack but have not been able to find it. Just curious what others are doing?
Hello @justingraff88!
I’d like to propose an alternative solution for you, you might want to try out our app - Power BI Connector for ServiceNow:
Feel free to reach out support team at support@alpha-serve.com if you need any assistance.
Offset is your friend:
https://Instance
.service-now.com/api/now/table/task_sla?sysparm_query=stage=completed^end_timeRELATIVEGT@month@ago@14&sysparm_display_value=True&sysparm_exclude_reference_link=True&sysparm_fields=sla%2Cend_time%2Csys_created_on%2Cstage%2Cend_time%2Chas_breached%2Ctask&sysparm_limit=10000&sysparm_offset=10000&sysparm_query=ORDERBYend_time
Here's a summary of approaches that might be useful:
Batching Requests: One common method to circumvent the row limitation is by making multiple API requests in batches. You can use pagination parameters (like start and limit ) to fetch data in chunks within the API's constraints, then consolidate these chunks on your side for reporting.
Incremental Sync: Instead of trying to pull all the data at once, implement an incremental synchronization mechanism. Fetch only the records that have changed since your last sync, based on timestamps or sequence numbers. This reduces the volume of data fetched in each operation.
Direct Database Connection: Some organizations opt for direct connections to their ServiceNow instance's database, assuming they have the necessary permissions and security measures in place. This approach can bypass API limitations but requires a more sophisticated setup for data access and security.
Custom Integration Solutions: Developing a custom integration solution, such as a middleware application that interfaces with the ServiceNow API, can help manage data retrieval and processing. This solution can automatically handle API limitations, batching, and error management.
Best Regards,
Jayleny
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
We use a custom connector tailored to the most frequent queries. Haven't heard about any row limits.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
37 | |
26 | |
23 | |
19 | |
17 |
User | Count |
---|---|
50 | |
40 | |
24 | |
20 | |
20 |