Hy guys,
I read here in the Forum that actually there is an error with the Dynamics Business Central's connector. If I've understood correctly, the possible solution would be to change the Power Query code (M) as follow:
Dynamics365BusinessCentral.ApiContentsWithOptions(null, null, null, null)
Replace with:
Dynamics365BusinessCentral.ApiContentsWithOptions(null, null, null, [UseReadOnlyReplica = null])
I did a test with a new report (pbix file), and by default the M code for this connector is still the first one (so by default an incorrect code is given).
My question is: does anyone know if Microsoft will solve the problem directly?
I think this is really dangerous for all the new reports, and at the same time we have teorically to change the single M code for the single table in the single report (this requires a lot of time..).
Thank you so much.
Best Regards
Massimo