- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2020 11:10 PM
Hello Team,
i have a requirement to show the report in power bi from servicenow problem table, please how to do this.
should i do power bi integration , if yes please provide the steps too as i am new to integration.
Thanks in advance.
Solved! Go to Solution.
- Labels:
-
Service Desk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2020 01:37 AM
I guess there some issue with the URL you are using:
Go to REST APi explorer and in there below the Prepare request option select the problem table from the drop down.
Click on the send button you will get a correct url for the request .
replace the url in code with the one you will get in the REST API explorer.
Remeber to change this part only.
https://<host>.com/api/now/table/problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2020 02:07 AM
I tried this approach but it's asking me for credentials. I tried basic authentication but I'm getting an error even entering a correct credentials.
I've also tried connecting via Web Data source and im also getting an error when using basic authentication but when I add a Cookie header, it works. but the problem with cookies is it's changing every time so this is not an automated solution, can you help me on this? Thanks in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2020 02:20 AM
Do you have acecss to REST API ? Are you using the org credetials or basic.
Becasue you need separate access to REST apis in order to extract data from servicenow.
Which is basic access so it is not same as your org account.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2020 02:25 AM
Yes I also have access to REST API Explorer and we also have a service account that has the necessary REST API Access. I can run API queries in a browser and get the result using that service account.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2020 03:32 AM
Hello Aldrin,
Can you tell me REST API you have created in servicenow.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2020 03:37 AM
