Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
otykier committed Nov 11, 2024
1 parent fa3e695 commit 5cd20db
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions te3/other/release-notes/3_18_1.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,10 @@ Tabular Editor 3.18.1 **.NET 6** downloads:

## New in 3.18.0

Check out our [release blog](https://blog.tabulareditor.com/) to get a brief overview of the most important updates in this release.
Check out our [release blog](https://blog.tabulareditor.com/2024/10/31/tabular-editor-3-october-2024-release) to get a brief overview of the most important updates in this release.

- We're happy to introduce a new feature across all DAX editors in Tabular Editor 3: **Code Actions**. This productivity feature discretely provides suggestions for improving your DAX code and lets you apply the suggestion with a single click. For example, the feature can be used to remove unused variables, follow best practices for column and measure references, rewrite table filters as [more efficient column filters](https://www.sqlbi.com/articles/filter-columns-not-tables-in-dax/), and [much, much more](https://docs.tabulareditor.com/te3/features/code-actions.html). We plan to add additional actions in future releases, so stay tuned!
- Our **DAX Optimizer integration** is now out of preview, and we've also made a few updates, so that it now supports the [new evaluation metrics that were part of DAX Optimizer 1.2](https://www.tabulartools.com/blog/introducing-new-evaluation-metrics-in-dax-optimizer-1-2/). Oh, and by the way - all **Enterprise Edition** Tabular Editor 3 users now get 4 free DAX Optimizer runs per day. Download Tabular Editor 3.18.0 from one of the links above, and get your DAX Optimizer redemption code through the **Help > About Tabular Editor** menu item.
- We're happy to introduce a new feature across all DAX editors in Tabular Editor 3: **Code Actions**. This productivity feature discretely provides suggestions for improving your DAX code and lets you apply the suggestion with a single click. For example, the feature can be used to remove unused variables, follow best practices for column and measure references, rewrite table filters as [more efficient column filters](https://www.sqlbi.com/articles/filter-columns-not-tables-in-dax/), and [much, much more](xref:code-actions). We plan to add additional actions in future releases, so stay tuned!
- After we upgraded to the [latest version of the Microsoft AMO/TOM client library](https://www.nuget.org/packages/Microsoft.AnalysisServices/), the behavior of the **Integrated** authentication option changed, such that the Entra ID account selector/MFA popup is no longer shown, if the Windows OS is already connected to an Entra ID account. As such, we've added a new authentication option, **Microsoft Entra MFA**, which will force the account selector/MFA popup to appear, letting you choose a different account than the one currently logged in to Windows, if needed.

## Improvements in 3.18.0
Expand All @@ -77,7 +78,7 @@ Check out our [release blog](https://blog.tabulareditor.com/) to get a brief ove
- We're now using Compatibility Level 1606 for new Power BI / Fabric semantic models. At this level, a new Model property [ValueFilterBehavior](https://learn.microsoft.com/en-us/dotnet/api/microsoft.analysisservices.tabular.valuefilterbehaviortype?view=analysisservices-dotnet) is available, which can be used to control the *auto-exist* behavior of [`SUMMARIZECOLUMNS`](https://dax.guide/SUMMARIZECOLUMNS).
- We've added support for the TOM [ChangedProperties](https://learn.microsoft.com/en-us/dotnet/api/microsoft.analysisservices.tabular.changedproperty?view=analysisservices-dotnet) collection (on Tables, Measures, Columns, and a few other objects). This collection is used on composite or Direct Lake models, to indicate that a property (such as a column **Name**) has changed, and should no longer be synchronized from the underlying source.
- Upgraded VertiPaq Analyzer to latest version [(1.7.2)](https://github.com/sql-bi/VertiPaq-Analyzer/releases/tag/v1.7.2), which fixes an issue regarding extracting stats on a model containing Field Parameters / Group By Columns.
- Upgraded our version of the Snowflake .NET connector to v. 4.1.0. This addresses the following vulnerabilities: [CVE-2023-34230](https://nvd.nist.gov/vuln/detail/CVE-2023-34230) and [CVE-2023-51662](https://nvd.nist.gov/vuln/detail/CVE-2023-51662)
- Upgraded our version of the Snowflake .NET connector to v. 4.1.0. This addresses the following vulnerabilities: [CVE-2023-34230](https://nvd.nist.gov/vuln/detail/CVE-2023-34230) and [CVE-2023-51662](https://nvd.nist.gov/vuln/detail/CVE-2023-51662).
- The diagram component should now be considerably faster when working with large diagrams with many relationships.
- Columns in the Data Preview can now be hidden by right-clicking on the column header and selecting "Hide This Column". To show hidden columns, right-click on a column header and select "Column chooser". This will bring up a window from where you can access previously hidden columns.

Expand Down

0 comments on commit 5cd20db

Please sign in to comment.