Skip to content

Tabular Editor 2.13.0

Compare
Choose a tag to compare
@otykier otykier released this 16 Nov 12:57
· 412 commits to master since this release

All documentation has been migrated from the GitHub Wiki to https://docs.tabulareditor.com. Please report any dead links, thanks!

BREAKING CHANGE

  • The FormatDax(string dax) script helper method has been deprecated. Please update your scripts to use the new syntax!. If you're using the method in an existing script, the execution will be throttled with a 5 second delay between calls! This was necessary to avoid overloading the DaxFormatter.com service. Also be aware that previous versions of Tabular Editor uses a different API, which might not work in the future.

Other changes in this release:

  • Updated TOM/AMO to version 19.12.7.2 which has full support for Power BI Premium Gen2.
  • The -S / -SCRIPT switch for the Command-Line Interface can now execute multiple scripts (files / inline) sequentially.
  • It is now possible to add the -Y / -SKIPPOLICY flag after specifying -P / -PARTITIONS when deploying through CLI, in order to skip tables that use refresh policies when partitions would otherwise be overwritten. See #632 for more information.
  • Added support for Compatibility Level 1560

Bugfixes in this release: