Pass Your IT Certification Exam

Microsoft Azure : DP-600 Fabric Analytics Engineer Associate Questions and Answers

👉Get Full PDF

Question.12
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
12. Click here to View Answer

Answer is (A) PBIP

PBIP (Power BI Project):
-> PBIP format is designed to work with version control systems like Azure Repos. It breaks down Power BI artifacts into individual files that can be managed and versioned separately, facilitating better collaboration and change tracking.
-> Folder Hierarchy: It saves the project structure in a folder hierarchy, where each component of the Power BI project (like datasets, reports, data sources) is stored in separate files.
-> Text-Based: Being a text-based format, it integrates well with Git repositories and supports diff and merge operations.

Reference:
https://learn.microsoft.com/en-us/power-bi/developer/projects/projects-overview

Scroll to Top