Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Integrate servicenow api with powerbi.

Hi,
I am trying to connect PowerBI to servicenow API. I am able to connect it successfuly but it loads limited rows only.
please suggest how to pass date filter on createddate field in servicenow so that i can get rows only where created date is after a particular date.
  • Hi Anonymous ,

    For your requirement, you could pass a parameter in the API url to get the filtered data as data source in power bi.

    Please refer to this similar thread which has been solved.

    Best Regards,

    Cherry

     

4 Replies

  • v-piga-msft's avatar
    v-piga-msft
    Resident Rockstar

    Hi Anonymous ,

    For your requirement, you could pass a parameter in the API url to get the filtered data as data source in power bi.

    Please refer to this similar thread which has been solved.

    Best Regards,

    Cherry

     

    • v-piga-msft's avatar
      v-piga-msft
      Resident Rockstar

      Hi Anonymous ,

      Have you solved your problem?

      If you have solved, please always accept the replies making sense as solution to your question so that people who may have the same question can get the solution directly.

      If you still need help, please feel free to ask.

      Best Regards,

      Cherry

       

  • The above solution was actually what I was looking for, but for ServiceNow you can also set sysparm_limit to a larger # it defaults to 10,000.  You can also pagenate but I'm not sure how well that works with PowerBI.