TabularEditorScripts
TabularEditorScripts copied to clipboard
https://github.com/TabularEditor/TabularEditor3/issues/969#issuecomment-1690579356 Especially useful for the DAX formatting script
looks like desktop no longer adds these annotations
https://www.esbrina-ba.com/c-scripting-nirvana-effortlessly-use-visual-studio-as-your-coding-environment/ - create a c# project for the classes - pull the classes into C# scripts - create a class for converting VSCode scripts into Tabular Editor scripts - reverse...
https://github.com/shiyanovg/TabularEditorScripting/tree/main/What_If_Parameter_With_TabularEditor
Hello Stephen, quite blown away by the coding you have put togeter! As I try it though I'm getting the following error ------------------------------------------------------------------- You may only use the Microsoft .NET...
i.e. add this to the start `if (!Selected.Measures.Any()) { return; }` or `if(Selected.Columns.Count == 0 && Selected.Measures.Count == 0) throw new Exception("No columns or measures selected!");`
Update the default sort macro to set the sort by column to be the column with the same name but suffixed with "ordinal"
https://data-goblins.com/power-bi/visualize-measure-dependencies
https://notes.mthierba.net/power-bi/analysis-services/list-new-features-in-tom-library#linqpad-script
``` json { "InstanceID": "144a62ac-4cbc-425c-9e48-777286690bb1", "calculationgrouptables": [ { "name": "Zero & Blank Handling", "lineageTag": "942a9ac5-3f4a-4598-bd08-91d10735c089", "modifiedTime": "2022-04-25T10:08:46.976667", "structureModifiedTime": "2022-04-11T02:11:21.843333", "calculationGroup": { "modifiedTime": "2022-04-11T02:11:21.843333", "calculationItems": [ { "name": "Blank to Zero",...