Forum Discussion

Gabry's avatar
Gabry
Super User
2 years ago
Solved

Issue parsing a JSON

I have an issue with parsing a JSON. I'm making an API call using the web connector, and it returns a JSON. Each record in the JSON has 4 fields, 2 are keys, and 2 are descriptions. Now, when I make...
  • Gabry's avatar
    2 years ago

    I've identified the issue: it was a missing header. The browser automatically filled in this header, whereas PowerBI did not.

    I still don't understand the impact of this header, as it was the Accept-Language header, but now it works.