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

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

Reply
gracerashmi
Helper I
Helper I

Connecting to API

Hi Team,

 

I am new to Power BI kindly help how to connect to API to start the data extraction and data model.

 

Regards

GR

6 REPLIES 6
MagnusSthlm
Helper I
Helper I

Hi!

 

What kind of API do you need to connect to?

Need to coonect to Json API with input parameteres

Hi!

 

Go to Query Editor, choose "New Source" -> "Blank Query". Enter your url to your json something like this:

 

= Json.Document(Web.Contents("https://yourjsonurl.com/parameter"))

 

Then you need to click List and transform into table, select what fields you want. Finally rename Query1 to something else.

 

 

url: https://MyDomain.com/REST/MyURL

 

Input Parameter: 

{ "ServiceName":"GetTicket", "objCommonParameters":{ "_ProxyDetails":{ "Password":"test@123", "UserName":"test@domain.com", "ProxyID":0, "ReturnType":"JSON", "OrgID":1 }, "CallerMobileNo":"91XXXXXXXX", "CallerID":"2", "TopIncident":5 } }

 

how to execute and connect to api

url: https://MyUrl/REST/mylink

input parameter:
{ "ServiceName":"GETTicket", "objCommonParameters":{ "_ProxyDetails":{ "Password":"test@123", "UserName":"test@domain.com", "ProxyID":0, "ReturnType":"JSON", "OrgID":1 }, "CallerMobileNo":"91XXXXXXXX", "CallerID":"2", "TopIncident":5 } }

 

how do i execute this code. can any1 plz help on this

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.