
Answer-first summary for fast verification
Answer: cache.abf
The question specifically asks to prevent data values from data sources from being pushed to the repository. The cache.abf file contains cached data from the semantic model, including actual data values imported from data sources. This file can be large and contains sensitive data that should not be committed to version control. While localSettings.json also contains sensitive information (credentials, connection strings), it primarily stores configuration settings rather than the actual data values from data sources. The community discussion shows strong consensus for cache.abf (85% of answers, multiple upvoted comments), with several comments explicitly stating it contains the cached data values from data sources. The default .gitignore for Power BI projects includes both cache.abf and localSettings.json, but for preventing data values specifically, cache.abf is the optimal choice.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You have a Microsoft Power BI project with a semantic model and are using Azure DevOps for version control. You need to modify the .gitignore file to prevent data values from the data sources from being committed to the repository.
Which file should you reference?
A
unappliedChanges.json
B
cache.abf
C
localSettings.json
D
model.bim
No comments yet.