Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Show reports in power bi for problem list

chandan1994
Tera Contributor

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.

1 ACCEPTED SOLUTION

Raks
Tera Contributor

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

View solution in original post

27 REPLIES 27

Hello Aldrin,

you are not doing any changes in servicenow ?

only you have created a user in servicenow and this api you are passing in power Bi ?

 

yes i am not changing anything in servicenow. our servicenow support team created us a service account then they provide read access to REST API

Can you please share the exact error that is received.?

The error is "We couldn't authenticate with the credentials provided. Please try again"

find_real_file.png

That is always the error I get even I entered the username and password accurately.

Rajat15
Tera Contributor

Hi ,

 

How does it work with Scripted REST APIs instead of REST API explorer.