Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
Hello Everyone,
I am try to connect Informatica Axon api with Power BI but I am getting an 400 error.
Could someone please tell me what I am doing wrong in the below query?
let
url= "http://10.250.137.145:9999/api/v1/queryreport/facets",
headers = [
#"apikey" = "put API key here",
#"accept" = "application/json",
#"Content-Type" = "application/json",
#"method" = "post"
],
content =
"{
{
""mainFacet"" : ""GLOSSARY"",
""searchGroups"": [
{
""operator"": ""START"",
""searches"": [
{
""operator"": ""START"",
""faceid"": ""GLOSSARY"",
""filterGroups"": []
}
]
}
]
}
}",
webdata = Web.content(url, [Headers=headers, Content = Text.ToBinary(content)]),
response = Json. document (webdata)
in
response
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |