Daniel Otykier
Daniel Otykier
Instead of deploying directly using Tabular Editor, could you try to export the TMSL from the Deployment Wizard, and then execute the TMSL manually against your PBI Premium workspace, through...
Could you please give it another try with [TE 2.15.0](https://github.com/otykier/TabularEditor/releases/tag/2.15.0) which has the most recently updated TOM libraries?
@eybert is this only a problem when deploying to workspaces that use the "Large dataset storage format"?
Interesting! The error message indicates that something is attempting to change the Culture property on the model during deployment. What is the value of this property when you get the...
Thanks for testing this. Will inform the product team, that PPU deployment through XMLA endpoint fails when culture is nb-NO (possibly others too).
@gavingc the team confirmed that there is a bug here, and are looking into it. PBI Desktop uses a different technique to publish the dataset (it basically uploads the entire...
Thanks for reporting. Interestingly, when I wrote the code in Tabular Editor, the `IncludeAll` property didn't exist in TOM. Tabular Editor expects at least one column/measure/hierarchy to be specified inside...
Here is a list of URL's that are present in the source code: - https://docs.microsoft.com/en-us/azure/analysis-services/analysis-services-data-providers - https://docs.tabulareditor.com/Importing-Tables.html?highlight=import#power-query-data-sources - https://docs.tabulareditor.com/Advanced-Scripting.html#compiling-with-roslyn - https://docs.tabulareditor.com/Custom-Actions.html - https://docs.tabulareditor.com/FormatDax.html - https://dax.guide/{0}/?utm_source=tabular-editor - https://raw.githubusercontent.com/otykier/TabularEditor/master/TabularEditor/version.txt - https://github.com/otykier/TabularEditor/releases/latest -...
@TonyRitter-Beacon is there an update on this? Can we close this issue?
Unfortunately, C# does not have any language features that lets you import other files as code. But there are still two different techniques you can use today, for re-using code...