Discover how to effectively manage your Power BI semantic models and reports using the PBIT file format for version control and collaboration, as per the Microsoft DP-600 certification exam.
Table of Contents
Question
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?
A. PBIP
B. PBIDS
C. PBIT
D. PBIX
Answer
C. PBIT
Explanation
The correct file format to save the changes is PBIT (Power BI Template). This format allows you to save report and semantic model definitions as individual text files in a folder hierarchy, which aligns with the requirement to minimize development and maintenance effort.
The PBIT format is designed for version control and collaboration, as it separates the report and model definitions into individual files that can be easily managed in a source control system like Azure Repos. This approach enables team-based development and streamlines the build and deployment process using Azure Pipelines.
In contrast, the PBIX format is a binary file that contains the entire report and model in a single file, making it less suitable for version control and collaboration. The PBIP and PBIDS formats are not valid Power BI file types.
Microsoft DP-600 certification exam practice question and answer (Q&A) dump with detail explanation and reference available free, helpful to pass the Microsoft DP-600 exam and earn Microsoft DP-600 certification.