TabularEditorScripts
TabularEditorScripts copied to clipboard
Add exits on macros reliant on measures/columns
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!");