Table of Contents

Tabular Editor 3.0.7

If you haven't used Tabular Editor 3 before, you are eligible to a 30 day trial, which can be requested after installation. You can also purchase a license.

NOTE: If you previously installed one of the BETA builds, you will have to manually uninstall that before installing this new version.

Known issues

  • Table Import Wizard didn't make it to this release due to some high-priority bugs that had to be fixed. It will be available ASAP! As a work around, simply create a new table and specify the partition query (SQL or M). Then, right-click the table and choose "Update Table Schema..." to import columns.
  • See roadmap for more information.

Improvements in 3.0.7

  • Allow using a custom compiler for C# scripts, see issue #97
  • Auto date/time column warnings can now be hidden (under Tools > Preferences > Tabular Editor > Hide auto/date time warnings). See issue #99

Bugfixes in 3.0.7

  • "Standard Edition" has been renamed to "Business Edition"
  • Fixed an issue with the semantic analyzer which would sometimes cause stack overflow exceptions and crash the tool (see issue #95).
  • Fixed an issue with the semantic analyzer which would sometimes report non-existing circular dependency errors.
  • Semantic analyzer now supports the SUBSTITUTEWITHINDEX DAX function
  • Fixed an issue with some of the JOIN DAX functions (NATURALINNERJOIN, etc.) which would sometimes return the wrong set of columns (see issue #103)
  • Autocomplete now only shows relevant columns/tables in RELATED and RELATEDTABLE (see issue #112)
  • Autocomplete now works with ORDER BY (see issue #53)
  • Editor now longer disappears when creating a folder, copy/pasting a single object, etc. (see issue #90)
  • All relevant context menu items should now show for calculation groups (including refresh options), see issue #100
  • Fixed an issue with DAX queries now returning any results when an ORDER BY statement was added to the query, see issue #108