Forum Discussion
luisccmm
5 years agoHelper II
Error in JSON when Uploading PowerBi
Hi,
I have found the following error when uploading the PowerBi file.
"There are extra characters at the end of the JSON"
Thanks in advance
Hi luisccmm
You have a query called download?date_type=datos&start_date=01-01-2019&end_date=31-01-2019 that is supposed to be downloading a JSON file but it's actually downloading a ZIP file - and this is generating your error.
This is the URL downloading the ZIP file
You need to fix that query.
Regards
Phil
1 Reply
- PhilipTreacySuper User
Hi luisccmm
You have a query called download?date_type=datos&start_date=01-01-2019&end_date=31-01-2019 that is supposed to be downloading a JSON file but it's actually downloading a ZIP file - and this is generating your error.
This is the URL downloading the ZIP file
You need to fix that query.
Regards
Phil