- Windows installer: TabularEditor.2.26.0.Installer.msi
- SHA256:
2853C38F82A6D402ADAC13BCAEFCF01A3C8DC641C04E2E8BA902D4555CA2FFE2
- SHA256:
- Portable version: TabularEditor.2.26.0.zip
- SHA256:
66644A22F07417BC6C345641C05B3A24D3F629EEE29D5D78CEB1CA45CE021A36
- SHA256:
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.