Tabular Editor 3.0.8
- Download Tabular Editor 3.0.8 (64 bit) (recommended)
- Download Tabular Editor 3.0.8
- Portable versions: x64, x86
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.8
- Added option for executing only selected EVALUATE statements in DAX queries (shortcut Shift+F5), see issue #47.
- Allow using shortcut Ctrl+/ to comment/uncomment code, see issue #46. You can also change the comment style (-- or //) under Tools > Preferences > DAX Editor > General.
- DAX Script will now also script measure KPIs, calculated columns and calculated tables in the current selection. We also add comments to make the code more readable (this can be disabled under Tools > Preferences > DAX Scripting).
- There is now an option to automatically add a line break character at the beginning of all DAX expressions, when working against a Power BI model. This makes the code look better in the Power BI Desktop formula bar. This can be disabled under Tools > Preferences >, see issue #26.
- When adding Windows AD Role Members, the Directory Object Picker dialog now appears, see issue #152.
- The "Add Deployment Metadata" option is now available under Tools > Preferences > Model Deployment.
- Pivot Grid improvements:
- You can now drag TOM Explorer objects into all areas of the Pivot Grid, see #49.
- Added TOM Explorer context menu option for adding measures, columns and hierarchies directly to a Pivot Grid.
- Added "Show field" button in Pivot Grid, to display all available fields on the connected database.
- Added a "Go to object" right-click menu option in the Pivot Grid.
- Relationship errors (ambiguous paths, invalid state, etc.) are now detected and indicated in the TOM Explorer
Bugfixes in 3.0.8
- Changed color of the "Execute query" exclamation mark from red to green.
- Fixed a crash when reversing relationships through the Diagram View
- Fixed an issue with the Relationship Editor where changes are not correctly saved
- Fixed a crash which would occur when TE3 is launched from PBI Desktop while an instance of SSAS is running on the local machine.
- Fixed a bug that prevented creation of new models with a workspace database on Power BI XMLA endpoint.
- Fixed a bug where code selection was cleared after using the Comment action.
- Deployment Wizard now remembers the last server used.
- DAX Script calculated column expressions should no longer give false semantic error messages about missing row context.
- Fixed a bug preventing Business Edition license holders to use the Visual Studio Integrated Workspace server.
- Fixed "successful" typo.
- Fixed an issue with auto formatter sometimes duplicating code when entering a right-parenthesis.
- Added "Save Model.bim backup" option in UI, see issue #37.
- Perspective selection should no longer get "stuck", see issue #52.
- Property grid now properly displays date formatting examples, see issue #86.
- Fixed highlight color when searching, see issue #98.
- "Find All" now works as expected, see issue #107.
- Calculation Item that causes measure data types to decay to Variant is now correctly picked up, see issue #111.
- Fixed false semantic error when using EARLIER in a filter, see issue #118.
- Fixed false semantic error when using KEEPFILTERS, see issue #122.
- Blank (or comment only) Detail Rows Expression no longer causes an error indication, see issue #127.
- Fixed multiple credential prompts, see issue #131.
- Fix vpax import issue, see issue #133.
- Fixed property grid behavior when selecting a display folder, see issue #134.
- Diagram no longer deletes table when hitting "Delete" (remove from diagram instead), see issue #139 .
- Pivot Grid should now handle date fields correctly, see issue #142.
- Copying a calculation group will no longer create measures with duplicated names, and the precedence number will also be changed to ensure uniqueness, see issue #155 and #156.
- Uncomment Code button now works for lines that have indentation, see #159.