QuestionQ111

Implement and manage semantic models

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?

  • A unappliedChanges.json
  • B cache.abf
  • C localSettings.json
  • D model.bim
Explanation

The cache.abf file is a binary cache containing actual data values cached from the semantic model. It can be very large and contains data snapshots that should not be stored in version control. The other options (unappliedChanges.json, localSettings.json, model.bim) contain metadata or configuration files necessary for project structure and should remain in the repository.

Community Discussion

No comments yet. Be the first to start the discussion!