Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric Ideas just got better! New features, better search, and direct team engagement. Learn more

BUG: PowerBI projects with GIT, remove cache when switching branches

Hi all,

 

We've been using powerbi projects for about 3/4 of a year now, in conjunction with GIT via VS code to do versioning in Azure DevOps Repo. Which works fine, most the time.

However, when switching branches, the cache in the local workspace does not get released / cleaned properly, which can result (not guaranteed) into loading an old, or new,  version of a dashboard when switching branches that both contain the dashboard.

The gitignore file contains localsettings.json en cache.abf, but this does not seem to remedy the sporadic issue.

 

The most sure way to 'fix' this right now, is to load an initial branch created at the dawn of time that is basically empty. Ensuring there are no remnants left in the local workspace.

 

I hope this helps in resolving this issue.

Status: New