Skip to content

Tabular Editor 2.16.6

Compare
Choose a tag to compare
@otykier otykier released this 02 Apr 22:22
· 171 commits to master since this release

Improvements in this release

  • Updated TOM to 19.36.0
  • Allow specifying a raw XMLA command when calling ExecuteCommand in a script by setting the 2nd arg to true.
  • Allow serialization of CalculationGroups and CalculationItems when using the ExportProperties or ImportProperties script methods. See #976.
  • Tables with multiple partition types (Import and DirectQuery) are now labelled "Hybrid" instead of "Mixed", to align with Microsoft terminology

Bugfixes in this release

  • Fixed an issue with FormatDax when executing through a script in the CLI, see #975.
  • Fixed an issue with save-to-folder serialization when objects contain trailing spaces, see #952
  • Fixed an issue with save-to-folder serialization when objects uses invalid Windows file names, see #978
  • Remove properties that are asterisk'ed (such as passwords, keys, etc.) when saving to file or folder.
  • Treat the Format String as a VBA format string, when displaying an example formatted value, see #969
  • Improvements to how custom DLLs that are used in scripts are resolved, similar to #340