This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
Hi All,
I am trying to connect a REST API to Power BI using POST method -
i have the following details -
webURL - https://mis.domain.com/fms-mobile/profile/searchPerson/
API header - Content-Type: application/x-www-form-urlencoded
API Key - xxxxxxx
Request body - inputParam: {"searchValue":"0","searchId":"0","employeeCode":"0","apiKey":"xxxxxxxx","offset":"0","personId":"0"}
The API should return one of 2 options - and on success, it must display the results.
{
"failure": {
"failure_status": 0,
"failure_message": ""
},
"success": {
"success_status": 1,
"success_message": ""
},
"result_data":[ ....
I have written the following code in the advanced editor -
let
Query1 = Json.Document(Web.Contents("https://mis.domain.com/fms-mobile/profile/searchPerson/", [Headers = [#"Content-Type"="application/x-www-form-urlencoded"],
Content = Text.ToBinary("""inputparam"":{""searchValue"":""0"",""searchId"":""0"",""employeeCode"":""0"",""apiKey"":""xxxxxxx"",""offset"":""0"",""personId"":""0"" })]
))
in Query1
This code is fetching the API information, however giving the result as database connection failed.
I am unable to understand what the issue is. Request if anyone could help!!
Regards,
Manand
Solved! Go to Solution.
That seems to be a problem on "their" side. Check with the API owner.
Hi , I need to connect API to power BI by using the following credentails using "POST"method. Please let me know how can i connect to power bi.
I have API url , endpoint, and API key.
API URL: https://el.api.cloud.net/hsm/odata/v2.0/Loc
API Key: aef579dh799dgah123hdg
and below is the header deatils
{
"name": "GetLoc",
"request": {
"method": "POST",
"header": [
{
"key": "requestHeader",
"value":"companyId,<integer>,
userGuid,<string>,
environment,<string>,
userToken,<string>,
subscriptionKey,<string>,
version,<string>"
},
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Accept",
"value": "application/json;odata.data=minimal;odata.streaming=true"
},
{
"key": "s-api-key",
"value": "{{h-api-key}}",
"type": "default"
},
{
"key": "Version",
"value": "{{Version}}",
"type": "default"
},
{
"key": "CompanyId",
"value": "{{CompanyId}}",
"type": "default",
"disabled": true
}
],
"body": {
"mode": "raw",
"raw": "{\n \"take\": 200,\n \"skip\": 0,\n \"filters\": {\n \"startDate\": \"1/1/2024\",\n \"endDate\": \"1/1/2025\"\n }\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{hsmBaseURL}}/Locations",
"host": [
"{{hsmBaseURL}}"
],
"path": [
"Locations"
]
}
},
"response": []
},
That seems to be a problem on "their" side. Check with the API owner.
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |