Scripts icon indicating copy to clipboard operation
Scripts copied to clipboard

Community repository for sharing and discussing scripts for use with Tabular Editor

Results 10 Scripts issues
Sort by recently updated
recently updated
newest added

I can run a C# script in TE2 or TE3 with no problem. When invoking the same script via the command line I get an error as follows. C# is...

Documentation has moved to https://docs.tabulareditor.com/index.html

Hi, many thanks for the TE, it is an amazing tool!! I have a question on parameterizing scripts in TE. For example, I cannot get userinput in the script below:...

This script generates measures to be used in visuals conditional formating in order to translate visuals labels (title, ...). It reads a tsv file which contains the measures list.

To easily allow report builders and consumers to see when individual SSAS Tabular model tables were last processed

Hi, The code here for Autogenerate SUM Measures is useful but it requires selected each relevant column in each table. Is there a way to code it so that it...

Is there a way to tell TE3 to run a given c# script (saved on my OneDrive) on startup and save the datamodel back when finished? I think I saw...

Hi Tabular Editor guys, I couldnt find a place to ask general questions on scripting, working with Daniels example I was trying to create some measures changing the measures format...