Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
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
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
This link might help you:
https://www.mssqltips.com/sqlservertip/4621/using-power-bi-with-json-data-sources-and-files/
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
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 48 | |
| 40 | |
| 38 | |
| 20 | |
| 17 |
| User | Count |
|---|---|
| 68 | |
| 65 | |
| 30 | |
| 26 | |
| 25 |