Implementing Analytics Solutions Using Microsoft Fabric — Question 63
You have an Azure Repos repository named Repo1 and a Fabric-enabled Microsoft Power BI Premium capacity. The capacity contains two workspaces named Workspace1 and Workspace2. Git integration is enabled at the workspace level.
You plan to use Microsoft Power BI Desktop and Workspace1 to make version-controlled changes to a semantic model stored in Repo1. The changes will be built and deployed to Workspace2 by using Azure Pipelines.
You need to ensure that report and semantic model definitions are saved as individual text files in a folder hierarchy. The solution must minimize development and maintenance effort.
In which file format should you save the changes?
Answer options
- A. PBIP
- B. PBIDS
- C. PBIT
- D. PBIX
Correct answer: A
Explanation
The correct answer is PBIP because it is designed specifically for saving semantic models and report definitions in a version-controlled manner. The other formats, such as PBIDS, PBIT, and PBIX, do not provide the same level of text representation suitable for version control and folder hierarchy organization.