Tabular Editor 3: October 2025 Release

Key takeaways

  • DAX package manager: Browse and install DaxLib packages with one click, making it easy to reuse DAX UDFs across models.
  • UDF namespaces: DAX UDFs are now organized by namespace, so they're easier to manage and navigate in the TOM Explorer.
  • Visual calculation support: Tabular Editor now supports all visual calculation functions and syntax, and you can centralize common visual calcs in DAX UDFs.

This summary is produced by the author, and not by AI.


Version 3.24.0

Download the newest version of Tabular Editor 3 directly from our website:

This new release of Tabular Editor 3 brings many useful features that we think you'll like:

Tabular Editor 3 October 2025 release

DAX package manager

The DAX Package Manager helps you import and maintain UDFs inside your model from the open source DaxLib.org project by SQLBI. It is as easy as clicking a button to get a specific UDF package with all its functions, ready for you to use instantly.

DaxLib currently contains more than 25 packages of UDFs that can help you reuse DAX logic throughout your model’s measures.

Here is an example of how to import new functions using the DAX Package Manager:

Tabular Editor 3 October 2025 release

UDF namespaces

Tabular Editor 3.24.0 introduces a one-of-a-kind improvement to how User-Defined Functions are grouped. Using dots (.) you can now set namespaces for your UDFs, which will create a nested tree view of all your UDFs. Especially if you are managing many functions, this will improve your ability to navigate and use them.

Here is an example of how this looks in practice.

Tabular Editor 3 October 2025 release

The ability to group UDFs helps improve how easy it is to navigate in and find various UDFs. Of course, the search bar is also there if you need to find a specific one fast.

NOTE

Grouping UDFs by namespace is purely organizational and doesn't change how you call the function in DAX.

You can also specify a UDF namespace even without modifying the name of a UDF, by changing the “Namespace” property directly in the Properties grid. This is very similar to how Table Groups allow you to organize tables.

Visual calculation support

Visual calculations in DAX and Power BI have until now been a Power BI report-level feature, but with UDFs you can now define code inside your model that takes advantage of the visual calculations.

Tabular Editor 3 October 2025 release

We have therefore ensured that Tabular Editor 3 now has improved support, code assist and tooling around visual calculations. Specifically, you should no longer see false error messages when using visual calculations in UDFs.

NOTE

By definition, it still isn't possible to use visual calculations inside other model objects such as measures or calculated columns. Calling a built-in visual calculation function, or calling a UDF that uses visual calculations, will therefore show an error. Similarly, UDFs that use visual calculations can't simultaneously reference model objects.

Pivot grid enhancements

The Pivot grid has received a few small enhancements in this release. Specifically, the Pivot Grid Field List can now be toggled on/off, and we also fixed a bug where the Show empty value on columns/rows state wasn't saved to .te3pivot files.

Tabular Editor 3 October 2025 release

Opening Power BI model files in Power BI projects

To make it more intuitive to open Power BI Project files, we have added support for opening .pbism files from within Tabular Editor. This file is found in the Power BI project and points to the semantic model of that project.

Tabular Editor 3 October 2025 release

You can therefore now click on any model file in your Power BI project to open the model inside Tabular Editor 3.

Bug fixes

We have also addressed the following issues:

  • Refresh Power BI Desktop: You can now refresh Power BI Desktop tables from Tabular Editor 3. Before September 2025, this wasn't supported. Now, you can refresh your model or individual tables from within Tabular Editor 3! We thank the Power BI team at Microsoft for adding refresh support for External Tools.
  • DAX Optimizer: We have fixed a bug where opening an issue in the DAX Optimizer would result in an unhandled exception.

For further reading

  • Package manager deep-dive (Tabular Editor). Explains the package manager concept, DaxLib, and how UDF distribution works in the context of this release.
  • Introductory UDF primer (Tabular Editor). Covers what user-defined functions are and why namespaces matter for organizing reusable model logic.
  • Package library (DaxLib). The community library of reusable DAX UDF packages that package discovery connects to in Tabular Editor.
  • Model format reference (Microsoft Learn). Describes the TMDL files used for semantic model metadata, including the dedicated functions.tmdl file for UDFs.

In conclusion

Let us know whether you have any questions, comments, or requests in the comment section below! We’re looking forward to seeing you for the next release of Tabular Editor 3 in November.

Check out our release notes for the full overview of the release – and remember to download the new update on our Download-page:

Manage DAX packages, model metadata, and semantic model changes in Tabular Editor 3.

Give Tabular Editor a spin
Plagiarism-freeScanned on June 30, 2026 Human-writtenScanned on June 30, 2026

Related articles

Tabular Editor 3: June 2026 Release

Tabular Editor 3: June 2026 Release