Rest API integration with power bi to fetch the data of incident

anassheikh
Tera Contributor
 
2 REPLIES 2

Pradeep Thipani
Mega Sage

Hi @anassheikh ,

 

What are you looking for exactly here?

 

You can create a scripted rest API for incident table and create a user in user table. Handover API URL and user details to Power BI team, They will pull the data from API and creates report.

 

Thanks,

Pradeep

 

 

"If this response was useful, please select 'Accept as Solution' and mark it as 'Helpful.' This helps me provide better answers and assists the community ".

Regards,
Pradeep

Pooja Limbani
Giga Guru

Hi @anassheikh 

Please see below links :

 

To establish an API-based connection between ServiceNow and Power BI to enable real-time reporting and visualization of incident-related data. Below are the steps and requirements for setting up this integration:

Integration Steps

  1. Open Power BI Desktop and navigate to Get Data.
  2. Select More, then search for and choose the ServiceNow connector.
  3. Click Connect and provide the following details:
    • ServiceNow Instance URL
    • Authentication Credentials (username/password or OAuth token)
    • Any additional parameters required for filtering or access

Once connected, Power BI will begin retrieving data from ServiceNow based on the specified parameters.

Data Requirements

  1. Incidents
    Endpoint: GET /api/now/table/incident

  2. Tasks
    Endpoint: GET /api/now/table/task

These endpoints will allow us to pull comprehensive data related to Incidents, task assignments, etc.

 

Help future readers out—mark the answer and close the thread if it helped you!😊


If this response resolved your issue, kindly mark it as Helpful or Accept Solution—it helps others find the answer faster.