Power BI Error: "DataFormatError: Extra characters were found at the end of the JSON entry"
If you encounter the error "DataFormatError: Extra characters were found at the end of the JSON entry" while refreshing reports in Power BI, it is typically caused by an authentication issue or an outdated report URL.
Troubleshooting Steps:
-
Re-authenticate with Microsoft
- Log in to your Microsoft account again.
- Renew the credentials for all JSON URLs used in Power BI (especially for automatic refresh).
-
Replace the Report URL
- In Power BI’s Query Editor, replace the existing report URL with a fresh link copied directly from the Mavim Portal.
-
Verify the Correct User
- Ensure Power BI is using the correct user credentials—the same user defined in the Portal for API access.
-
Test the URL in Postman
- Use a tool like Postman to test the JSON report URL with Basic Authentication.
- If the same error appears, it confirms the issue is with the authentication or the URL itself.