Skip to content

Tabular Editor 2.26.0

Latest
Compare
Choose a tag to compare
@otykier otykier released this 28 Mar 23:24
· 4 commits to master since this release

Improvements in 2.26.0

  • Updated AMO/TOM to 19.90.0. This update includes the latest AS engine features including the GA version of TMDL. There are also changes to how authentication is performed, which should solve issues such as #1256. Moreover, the library will now use the currently signed in Entra ID account when connecting.
    • Note: If you need the MFA account selector popup when connecting to the XMLA endpoint of Azure AS / Power BI, you can force it open by entering a single blank character as the username (leave password blank).
  • When adding an RLS expression to a table, we now set the Model permission to Read in alignment with TE3. See #1236.
  • We have added a new property on the Model object, MetadataSource, which includes information about where the model metadata was loaded from. This is useful for C# scripts, for example if a script needs to iterate files in the same folder structure that the model metadata was loaded from. See the source comments for more details.

Bugfixes in 2.26.0

  • When deploying a model excluding partitions, or including partitions except those that are governed by incremental refresh policies, Tabular Editor will no longer deploy the properties related to the refresh policy (SourceExpression, RollingWindowGranularity, etc.) on the table object.

Other news

The TOMWrapper library including the namespaces and classes needed to run the Best Practice Analyzer is now available as a standalone solution/project which targets both .NET Framework and .NET 6 / .NET 8. Huge thanks to @mthierba for his contributions to this! If there is a demand, we will look into packaging this library on NuGet.