Has anyone integrated ServiceNow with Power BI?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2015 08:29 AM
We are looking to utilize powerbi.com for data analytics of our ServiceNow data. They are utilizing OData connection.
Wondering if anyone has had experience using something like this and how you were able to access the data. We seem to be having connection problems. We can connect by using the basic REST functionality with basic auth, but are getting errors trying with OData and my thought is that I must have a header incorrect.
- Labels:
-
Integrations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2015 12:29 PM
Hi - This topic is a very nice use case for Power BI and the good news is I have been leading the development of a solution to allow data consumption from Service Now by Power BI by way of an OData compatible proxy service.
Currently we're in Pre-Alpha stage so more input from real world users would be greatly appreciated and advantageous to both parties I suggest.
I do have some examples you can connect to and explore; if you register below the team can assist directly.
Thanks,
MC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2015 05:38 AM
As a follow up to previous, you can find a sample API endpoint below;
This will allow anonymous connection from PowerBI and offers a subset of fields from Incident, Change Request and User Service Now entities for simple proof of concept.
Of course, most common authentication methods can be deployed as can any specific schema or operations that you require.
Please give it a try and feedback..
http://snowtrak.azurewebsites.net/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2015 06:25 AM
Further - in order to get each entity type append the entity type to the above URL, selecting OData Source as your data source in PowerBI;
http://snowtrak.azurewebsites.net/Incidents
http://snowtrak.azurewebsites.net/ChangeRequests
http://snowtrak.azurewebsites.net/Users
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2016 08:38 PM
This will do it, advanced query
let
authKey = "Basic xxxxxxxxxxxxxxxxxxxxx",
url = "https://xxxxxxxxxxxxxxxx.service-now.com",
GetJsonQuery = Web.Contents(url,
[
Headers = [#"Authorization"=authKey, #"Accept" = "application/json"],
RelativePath = "/api/now/table/incident"
]
),
FormatAsJsonQuery = Json.Document(GetJsonQuery),
result = FormatAsJsonQuery[result]
in
result
OR
let
page1 = Json.Document(Web.Contents("https://xxxxxx.service-now.com/api/now/table/incident?sysparm_limit=10",[Headers=[#"Accept" = "application/json" ,#"Authorization"="Basic xxxxxxxxx="]]))
in
page1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2016 01:21 PM
As part of our 'Metricus for ITSM' offering, Metricus offers a PowerBI for ServiceNow solution. ServiceNow data is updated near real-time into our ServiceNow datamarts (Analysis Services and SQL). For access to an online demo, please go to http://www.metricus.com/contact-us/