已知問題 - Dynamics 365 Business Central 連接器會導致重新整理失敗
您可以在語意模型或數據流中使用 Dynamics 365 Business Central 連接器。 重新整理語意模型或數據流時,可能會遇到失敗。
狀態:開啟
產品體驗:Power BI
徵兆
重新整理使用 Dynamics 365 Business Central 連接器的語意模型或數據流時,您會收到錯誤。 此錯誤類似於: error: The OData connector failed with the following error: We cannot convert the value null to type Record... . The exception was raised by the IDbCommand interface.
解決方案與因應措施
因應措施是,您可以從進階編輯器手動變更查詢。 在查詢中,將記錄新增為查詢的最後一個參數,從:到: Dynamics365BusinessCentral.ApiContentsWithOptions(null, null, null, null)
Dynamics365BusinessCentral.ApiContentsWithOptions(null, null, null, [UseReadOnlyReplica = true])
。