- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2024 08:44 AM - edited 03-06-2024 08:45 AM
Hello all,
I am trying to use Web API option in Power BI to fetch data from ServiceNow.
I have given all the access roles - Like rest api explorer, Web services admin including incident/table specific ACL roles.
I am only seeing a null/empty row in PowerBI when connected.
But when i impersonate the user in ServiceNow i am able to see all the records from tables.
Not sure what i am missing.. Any leads to this?
Thanks,
Mahathi
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2024 04:29 AM
Thankyou everyone for taking out time to respond.
Realized the error was because of the number of rows, when i limit with an additional query. it is fetching the data.
Thankyou again

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2024 01:16 PM
Hi @Mahathi,
Which API are you using? Is it Table API? If so, can you share more details so we can troubleshoot together?
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2024 03:16 AM - edited 03-07-2024 03:17 AM
Hi Marcos,
Yes i am using table API https://my servicenow instance name/api/now/table/incident
i am trying to access this from Power BI with the user having itil + webservice+rest api roles, the rows are null.
And it works well with my admin id.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2024 03:24 AM
Any specific errors ?
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2024 03:33 AM
No errors as such.
The data is displayed as null there, it is getting connected to my instance though but fetching null rows.