Semanticus
Documentation

Compare

Diff two versions of a model down to the property and the line of DAX, then cherry-pick exactly the changes you want into the model you have open. Compare works against a git ref, a file on disk, or another live model, so it fits dev-versus-prod drift checks and hotfix porting alike.

In the Studio

The Compare tab: an object-level diff of two models with drill-down to property and code, and a cherry-pick selection.

The Compare tab shows an object-level diff: per table, column, measure, relationship and role, whether it is a Create, Update or Delete, with the before and after text. Drill from an object down to the specific property and the exact code that changed.

Pick a comparison target: the last commit, a branch or tag, a model file, or another model you have open. Then cherry-pick a merge, select the objects you want and bring just those across.

Over MCP

The diff and merge primitives are dual-drive:

model_diff                                  # open model vs HEAD (uncommitted changes)
model_diff  gitRef=origin/prod              # dev vs prod drift
cherry_pick sourceFile=<prod.bim>  refs=["measure:Sales/Margin %"]              # dry run
cherry_pick sourceFile=<prod.bim>  refs=["measure:Sales/Margin %"]  commit=true # apply

Two everyday jobs

One object is free; the one-click batch is Pro

Copying or merging a single object is free. Bringing more than one object across in a single undoable batch (a bulk cherry-pick or diff apply) is the one-click Pro operation, the same gate as every other bulk primitive. See Pro.