powerbi-te-docslisted
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`