Forum Discussion
Hussein_charif
6 months agoHelper V
Error 400 power query
hi all, i am facing an error while trying to refresh a query in power query: DataSource.Error: OData: Request failed: The remote server returned an error: (400) Bad Request. (You must specify a c...
- 6 months ago
If your URL looks like this (example):
https://api.example.com/odata/Entities…but the API expects:
https://api.example.com/odata/Entities?country=US
MattiaFratello
6 months agoSuper User
Hi Hussein_charif,
Looks like the OData service you are calling requires a country/region parameter in the URL or query.
You can check in Data Source Settings -> Change Source -> and see if your URL is missing the country.
Proud to Be a SuperUser ✨
If this helped, please mark as Answer and give kudos 👍Hussein_charif
6 months agoHelper V
i have been using the api always as it is, just recently its giving this error
- JamieHolding6 months agoResolver I
API may have changed to now require a country - check their documentation in case it was a signficant update.