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.
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 |