Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago

Tabular Model - Compare changes to Latest Version

Hi

 

I get the following error when comparing my changes to the Latest Version on the server. 

 

Can somebody advise what I can do and if there are different methods to compare the code in the model.bim file? To be more specific, I would like to compare my workspace version/local to the last checked-in version in Azure DevOps.

 

TIA

 

 

I found the below on the web, but does not seem that it was resolved in 2020.

 

https://developercommunity.visualstudio.com/t/comparing-source-code-error-occurred-during-differ/1093487?viewtype=solutions

1 Reply

  • Deku's avatar
    Deku
    Super User
    • Save a one of the model.bim in a folder
    • Enable git (git init)
    • Commit
    • Overwrite with the other model.bim
    • Look at git diff

    Or you could try to deploy local model to service with ALM toolkit which will also show a diff