列を含むソースがあります。列には大文字と小文字が区別される日付が含まれています。DirectQuery モードの Power BI セマンティック モデルがあります。モデルに接続すると、未定義の値とエラーが含まれていることがわかります。この問題を解決する必要があります。 解決策: インデックス キーを追加し、データ ソースの大文字と小文字を正規化します。 これは目標を満たしていますか?
正解:A
Adding an index key and normalizing casing in the data source would help resolve issues with undefined values and errors in a case-sensitive column. The index key can provide a unique identifier, and normalizing casing ensures consistency in the data, which would likely prevent the errors you encountered in the Power BI semantic model.