Implementing Analytics Solutions Using Microsoft Fabric — Question 179

You have a Fabric workspace named Workspace1.

You need to create a semantic model named Model1 and publish Model1 to Workspace1. The solution must meet the following requirements:

• Can revert to previous versions of Model1 as required.
• Identifies differences between saved versions of Model1.
• Uses Microsoft Power Bl=I Desktop to publish to Workspace1.
• Can edit item definition files by using Microsoft Visual Studio Code.

Which two actions should you perform? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

Answer options

Correct answer: A, D

Explanation

Enabling Git integration for Workspace1 allows for version control, which meets the requirement of reverting to previous versions and identifying differences between them. Saving Model1 as a PBIP file is essential since this format supports editing in Visual Studio Code, which is necessary for managing item definition files.