Forum Discussion
MattRTemcool
1 year agoNew Member
Datasource Error - Business Central Web Services
Hello, Yesterday we had a a few scheduled refresh failures, but today almost all of our datasources are are failing to refresh. All of these have to do with Business Central Web Services datasourc...
- 1 year ago
desac MattRTemcool MaryAnne omgull OttoChr
this solution worked and I've tried itHave you tried the fix on the below link?
https://www.reddit.com/r/PowerBI/comments/1f7yadg/data_conversion_error_on_refresh/
We encountered the same error and by adjusting the 4th parameter on the API call, the problem went awayBefore:
Dynamics365BusinessCentral.ApiContentsWithOptions(null, null, null, null)After:
Dynamics365BusinessCentral.ApiContentsWithOptions(null, null, null, [UseReadOnlyReplica = null])
Anonymous
1 year agoNot applicable
Hi, I'm having the same error from yesterday. I posted on the forum and got some replies all the same due to BC tables and no error on desktop version.