次の方法で共有


既知の問題 - 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.

解決策と回避策

回避策として、高度なエディターからクエリを手動で変更できます。 クエリで、クエリの最後のパラメーターとしてレコードを追加します。from: to: Dynamics365BusinessCentral.ApiContentsWithOptions(null, null, null, null) Dynamics365BusinessCentral.ApiContentsWithOptions(null, null, null, [UseReadOnlyReplica = true])

次のステップ