Forum Discussion
keinshah
1 year agoHelper I
undefinedPower 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...
- 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])
Anonymous
1 year agoNot applicable
In Power BI desktop reports > transform data>
I can't open the advanced editor when multiple queries are selected. The advanced editor option is greyed out. How do you access the advanced editor with multiple queries selected?
virakones
1 year agoAdvocate I
Unfortunately, you will need to edit each query one-by-one as each queries code in advanced editor can be different.