Skip to content

Tabular Editor 2.15.3

Compare
Choose a tag to compare
@otykier otykier released this 07 Apr 11:24
· 273 commits to master since this release

Download TabularEditor.Installer.msi
Download TabularEditor.Portable.zip

New in release 2.15.3:

  • Updated TOM to 19.20.1.
  • Fixed issue #818

New in release 2.15.2:

  • It is now possible to edit synonyms using Tabular Editor (see #257). This feature only supports the JSON-based Linguistic Schema Definition Language (LSDL) used by Power BI Desktop as of March 2021, and the model has to be initially created in Power BI Desktop, since Tabular Editor can only add/edit synonyms in an existing LSDL schema - it can't create the LSDL schema from scratch.

  • To add/edit synonyms, simply expand the "Synonyms" property on a table, column, measure, hierarchy or level, and provide a string of synonyms separated by commas:

    image

  • Copy/pasting or duplicating an existing culture will include the LSDL schema of the original culture, allowing you to provide synonyms in different languages. However, it is unclear whether Power BI Desktop Q&A supports multilingual synonyms as of this writing.

image

Other changes in 2.15.2:

  • Sort-by column is now shown as a dependency in the dependency viewer (see #810).

Bugfixes in release 2.15.1:

  • Fixed a crash that would occur when multi-selecting objects in the explorer tree.

New in release 2.15.0:

  • Updated TOM to 19.18.0, which should solve some connectivity issues with Power BI Premium Per User.
  • Improved how the Group By Columns collection editor works (you can now select multiple columns in one go).
  • Support for the new LineageTag property in TOM. For example, when you copy a measure, a new LineageTag is automatically generated. This also solves issue #803.
  • When adding relationships through the "Create New" > "Relationship To/From" context menu, tables that already have an existing relationship with the currently selected tables now also show up (issue #805).
  • Added right-click options to certain properties. For example, you can now specify add/remove AlternateOf objects by right-clicking on the "Alternate Of" column property. Similar for KPIs. There is now also a right-click option for clearning the collection of annotations and extended properties.

Bugfixes:

  • Fixed an issue where many properties did not correctly indicate if they are read-only
  • Fixed issue #758 (pbix file name should now be used as database name whenever the pbix metadata is saved as a .bim or folder structure, and invalid database name characters are removed)
  • Fixed issue #785 (C# script intellisense now also works for variable assignments)
  • Fixed issue #794 (BaseColumn / BaseTable property now visible based on the Summarization setting)
  • Fixed issue #797
  • Fixed issue #799
  • Fixed issue #800
  • Fixed issue #807