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])
MaryAnne
1 year agoNew Member
Hi, I'm having the same error. We use the cloud version of BC, so no gateway setup. Would love to know what we need to alter to get the powerbi's back up.