
Answer-first summary for fast verification
Answer: Set up a local Git repository on your machine, commit changes to the repository, and push to a remote repository hosted on GitHub to leverage GitHub's collaboration features.
Option B is the correct approach because it effectively utilizes GitHub for version control by setting up a local Git repository and pushing changes to a remote repository hosted on GitHub. This method allows for tracking changes, collaborating effectively among team members, and maintaining a comprehensive history of the report. GitHub's features such as code review, branching, and merging strategies enhance the development process, making it the best choice for adhering to project constraints and ensuring compliance with change tracking.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
You are a Microsoft Fabric Analytics Engineer working on a Power BI project that requires version control for collaboration among team members. The project must adhere to cost constraints and ensure that all changes are tracked for compliance purposes. Which of the following approaches BEST utilizes GitHub for version control, collaboration, and code management in this scenario? (Choose one option)
A
Create a new repository on GitHub, import the Power BI report files, and configure continuous integration to automatically deploy changes to the report without manual intervention.
B
Set up a local Git repository on your machine, commit changes to the repository, and push to a remote repository hosted on GitHub to leverage GitHub's collaboration features.
C
Use GitHub to create a new project, add the Power BI report as a service connection, and configure continuous integration to automatically deploy changes to the report, bypassing the need for a local repository.
D
Use Azure Repos to create a new repository, import the Power BI report files, and configure continuous integration to automatically deploy changes to the report, ignoring GitHub's specific features for collaboration.