← ClaudeAtlas

powerbi-te-docslisted

Look up Tabular Editor (TE2 / TE3) documentation — C# scripting cookbook, BPA rule reference, CLI flags, dynamic format strings, calculation groups, TOM/TMSL APIs. Automatically invoke when the user asks about a Tabular Editor feature, scripting recipe, BPA rule, CLI flag, calculation group syntax, dynamic format string, or quotes a TE error message; or mentions Tabular Editor, TE2, TE3, ScriptHelper, Model.Tables, Selected.Measures, or TOMWrapper.
santoshkanthety/powerbi-agent · ★ 2 · AI & Automation · score 76
Install: claude install-skill santoshkanthety/powerbi-agent
# Tabular Editor documentation lookup Tabular Editor has two distributions and two doc sites; pick the right one before quoting features or syntax. ## Distributions | | TE2 | TE3 | |---|---|---| | Origin | Open source (MIT) | Commercial | | Docs root | https://docs.tabulareditor.com/te2/ | https://docs.tabulareditor.com/te3/ | | GitHub | https://github.com/TabularEditor/TabularEditor | closed source | | TOMWrapper | https://github.com/TabularEditor/TOMWrapper | shared abstraction layer | | Best fit | CI, free scripting, BPA in pipelines | Daily authoring, DAX debugging, calculation-group editor, TMDL, advanced UX | | CLI | `TabularEditor.exe` | `TabularEditor3.exe` | If the user runs `te2-cli` or invokes `pbi-agent` skills that shell out to the CLI, default to TE2 unless they specify TE3 — TE2 is what we install and what runs in CI. ## Where to look up what | Question | Section | URL | |---|---|---| | C# scripting recipe (e.g. "how do I bulk-add measures") | Advanced Scripting | https://docs.tabulareditor.com/te2/Advanced-Scripting.html | | `Selected.Measures`, `Selected.Tables` etc. | Selection helpers | https://docs.tabulareditor.com/te2/Useful-script-snippets.html | | BPA rule expressions (`Expression`, `Severity`) | Best Practice Analyzer | https://docs.tabulareditor.com/te2/Best-Practice-Analyzer.html | | BPA standard ruleset | Microsoft Analysis Services GitHub | https://github.com/microsoft/Analysis-Services/tree/master/BestPracticeRules | | CLI flags (`-D`, `-B`