Forum Discussion
Anonymous
2 years agoNot applicable
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.
1 Reply
- DekuSuper 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