Forum Discussion
keinshah
Helper I
2 years agoundefinedPower BI error NULL
Hello community, I have my data source as MS business central. When I refresh on desktop, it works fine without any errors. However, when scheduled refresh or manual refresh online, it returns th...
- 2 years ago
The latest version of the connector no longer permits the 4th parameter to be null.
Please try the following solution:
Before:
Dynamics365BusinessCentral.ApiContentsWithOptions(null, null, null, null)After:
Dynamics365BusinessCentral.ApiContentsWithOptions(null, null, null, [UseReadOnlyReplica = null])
JS_UNI4C
Helper I
1 year agoMicrosoft supposedly rolled out a fix yesterday but I am still getting an error when trying to connect to the Business Central API. Note: This is not for an existing file where I can edit the URL. This is for a NEW connection so I am currently stuffed.
Any suggested solutions?
https://support.fabric.microsoft.com/en-US/support/
GrooveLife
1 year agoNew Member
Did you get this solved? I also have a user in my org that is having this issue.