Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
svishwanathan
Helper III
Helper III

API calls to Freshservice-Beginner level..no experience

Good Morning

 

My company uses Freshservice to manage IT tickets. Power Bi doesnt have custom connectors to Freshservice

 

 

I want to be able to run a snapshot report for all open tickets. I have no experience in developing APIs, so my questions may seem very basic

 

How do I get started? I know that I need to call APIs. I got a webservice Rest API client to be able to call APIs....now I am clueless what needs to be done next...

 

Need a lot of help to stand up and get running with this

 

 

2 REPLIES 2
v-yuezhe-msft
Microsoft Employee
Microsoft Employee

@svishwanathan,

Please review the following examples.
Power BI – Connect to your secure API
API Strategies with Power BI

Your code could be as below.

let
    Source = Json.Document(Web.Contents("URL", [Headers = [#"Content-Type"="application/json", #"Authorization"="Basic <your_access_token>"]]))
in 
     Source



Regards,
Lydia

Community Support Team _ Lydia Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi,

My organisation has built connectors between PowerBi and Freshservice and PowerBI reports are available as out-of-the box solution. You can check out on Freshservice market place: https://apps.freshservice.com/freshservice_on_powerbi/ or visit www.freshinsights.co for more details. We offer limited free period and you can see the reports and dashboards with your data. 

Warm Regards,

Janani

www.freshinsights.co

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.

Top Kudoed Authors