Forum Discussion
undefinedPower BI error NULL
- 1 year 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])
Microsoft 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/
Not sure if you found a fix, I also was recieving that error for my Biz Central connections. In Power Query I clicked the "Go To Error" button then clicked "Edit Settings" the next window that pops up gives you 'Optional' places to enter data. I left them all blank, just click ok & the connect went through; I was able to save & apply, then refresh my data afterwards. Hope this helps.