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])
virakones
1 year agoAdvocate I
In your powerbi desktop report > Transform data > select and highlight your Business Central related query > open Advanced editor > replace the first line as described above > Ok > Close & Apply once updated to all BC related queries
OutofSpec
1 year agoFrequent Visitor
This fixed my issue in Power BI Desktop, thank you!
But now when I upload it to my Power BI dashboard and run it, it bombs out still. Any ideas?
- Commisions_Sales_Line_Detail_ExcelThe OData connector failed with the following error: We cannot convert the value null to type Logical..