Implementing Analytics Solutions Using Microsoft Fabric — Question 134

You have a Microsoft Power BI project that contains a semantic model.

You plan to use Azure DevOps for version control.

You need to modify the .gitignore file to prevent the data values from the data sources from being pushed to the repository.

Which file should you reference?

Answer options

Correct answer: B

Explanation

The correct answer is B, cache.abf, because this file contains cached data that should not be included in version control. The other options, such as unappliedChanges.json, localSettings.json, and model.bim, pertain to different aspects of the project and do not specifically hold the cached data that needs to be ignored.