Microsoft Power Bl Desktop でセマンティック モデルを作成しています。 Microsoft Visual Studio Code の表形式モデル定義言語 (TMDL) 拡張機能を使用して、モデルに一括変更を加える予定です。 セマンティック モデルをファイルに保存する必要があります。 どのファイル形式を使用する必要がありますか?
正解:B
When saving a semantic model to a file that can be edited using the Tabular Model Scripting Language (TMSL) extension for Visual Studio Code, the PBIX (Power BI Desktop) file format is the correct choice. The PBIX format contains the report, data model, and queries, and is the primary file format for editing in Power BI Desktop. Reference = Microsoft's documentation on Power BI file formats and Visual Studio Code provides further clarification on the usage of PBIX files.