This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreGet Fabric Certified for FREE during AI Skills Fest. This week only. Secure your voucher now.
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
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 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |