Daniel Otykier

Results 318 comments of Daniel Otykier

Just an update on this: The error occurs because Tabular Editor splits up the deployment TMSL into a two-part sequence when a calculated column is changed to a data column,...

Hi @evaverbeke The main problem is that sensitive information (the password) is not stored in the .bim file, nor can it be read from SSAS. For that reason, we typically...

This sounds more like a bug in Analysis Services, to be honest. Could you try to capture the MDX queries generated from the Excel PivotTable (for example using [DAX Studio](https://daxstudio.org/)),...

@bogomda do you still have this issue?

Which version of Analysis Services are you using (build #)? Could you try to set up a SQL Profiler to trace the MDX queries generated by Excel in the two...

@Wayne20 just to clarify: The difference between the two query plans arise just from changing the format string of the [Sales Amount] measure? Or do you have a calculation group...

Sure. You can disable update checks under File > Preferences.

With the newest version [2.17.0](https://github.com/TabularEditor/TabularEditor/releases/tag/2.17.0), it is now possible to disable certain features, such as the update check, by using [policies](https://docs.tabulareditor.com/common/policies.html).

Tabular Editor uses Microsoft's AMO/TOM client library to perform the serialization/deserialization of the model metadata to disk. Even when using "Save to folder", we simply split up the json data...

Hi Michael. Apologies for the late reply. We don't allow ";" in the FixExpression string for security reasons (this would allow a FixExpressions to contain multiple C# statements, which we...