Skip to content

Tabular Editor 2.24.1

Latest
Compare
Choose a tag to compare
@otykier otykier released this 22 Apr 10:39
· 1 commit to master since this release

Improvements in 2.24.1

Important

TMDL is still a preview feature, meaning breaking changes could be introduced between new releases. If you face any issues deserializing a model after upgrading Tabular Editor, rollback to the latest version of Tabular Editor, then temporarily save the model as a regular .bim file, before serializing it to TMDL again using the latest version of Tabular Editor.

Improvements in 2.24.0

  • Updated AMO/TOM to 19.77.0.
  • Tabular Editor will now add a __TEdtr annotation to your model when metadata is saved to disk (either as Model.bim, Database.json or TMDL). This annotation is used by Microsoft to track usage of Tabular Editor and may be required for certain features to work correctly in Power BI / Fabric.
  • When new tables are added to a Direct Lake model, and the model is subsequently saved, or when a Direct Lake model is deployed, Tabular Editor now executes a refresh of the model. This is needed in order for the tables to be initially "reframed", otherwise, all DAX queries hitting the tables would fall back to DirectQuery mode.
  • We now use Compatibility Level 1605 as the default for new Power BI / Fabric models.

Bugfixes in 2.24.0

  • Saving a TMDL model using the -D switch of the CLI should no longer give an "access denied" error, see #1188