diff --git a/te3/other/release-notes/3_12_0.md b/te3/other/release-notes/3_12_0.md index 6be47bd9..e4268e47 100644 --- a/te3/other/release-notes/3_12_0.md +++ b/te3/other/release-notes/3_12_0.md @@ -33,7 +33,7 @@ Tabular Editor 3.3.0 (and newer) uses .NET 6. You may have to install the [.NET ## New in 3.12.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/2023/11/27/tabular-editor-3-november-2023-release) to get a brief overview of the most important updates in this release. - Tabular Editor now displays a "What's New" page when the application is updated. The page informs you of new Tabular Editor features, along with community updates and other relevant news for Tabular Editor users. If the page is hidden, you can access it from the **Help > What's New**. You can disable this feature by unchecking **Tools > Preferences > Updates and Feedback > Show "What's New" page on startup**. - When prototyping new measures, it is quite common to specify them within the `DEFINE` block of a DAX query. In this update, we've added an easy way to create/update model measures based on measures defined within the DAX query. On the toolbar, through the **Query** menu, and through the right-click context menu of the DAX query editor, you will see 4 new options light up, which work very similarly to the "Apply" actions in [DAX Scripts](https://docs.tabulareditor.com/te3/features/dax-scripts.html#shortcuts), with the exception that only a measures' name and expression is applied (since it's not possible to specify other properties like Description, Display Folder, etc. through a DAX query). More details in the [blog post](https://blog.tabulareditor.com).