Skip to content

Tabular Editor 2.8.3

Compare
Choose a tag to compare
@otykier otykier released this 16 May 09:38
· 851 commits to master since this release

Mostly minor improvements and bugfixes in this release. Thanks to everyone who contributed, posted bug reports or feature requests.

Minor improvements

  • Now targeting AMO libs v. 16.1.0 EDIT: 16.3.0 as of June 13th
  • Better error messages when loading corrupt .json files
  • Copy/pasting calculation groups now fully supported
  • Support for Format String Expressions on Calculation Items (Compatibility Level 1470 only)
  • Line numbers in DAX editor
  • CLI now supports the -X switch, which will output an XMLA/TMSL script for deployment, instead of doing the actual deployment. See #288 Thanks @msdotnetclr !
  • Update June 13th: The .Tokenize()-method will now properly tokenize DAX table constructors (curly braces). In addition, string literals as well as table, column and measure references, will no longer include quoting characters in the Text-property of the Token object (issue #296)
  • Update June 28th: New option under File > Preferences > Features: "Add metadata annotation upon deployment", causes Tabular Editor to add information about user, client machine, Tabular Editor build no., etc. upon deployment.

Bugfixes

  • Issue #285
  • Issue #292
  • Update June 13th: Issue #298
  • Update June 14th: Issue #290 (Thanks @msdotnetclr )
  • Update June 14th: Issue #241
  • Update June 20th: Fixed two minor bugs regarding calculation groups (attribute column not showing up upon creation, and issues saving when model has translations)