audit_naming
Audits Power BI object names for technical prefixes and case styles, generating a JSON rename plan with reasons and collision reports. Read-only; no renames applied.
Instructions
READ-ONLY naming audit over table/column/measure names (technical DIM_/FACT_/TBL_ prefixes, snake_case, camelCase, leading/trailing/doubled spaces, lowercase initials) returning an applyable RENAME PLAN json {renames:[{objectType, table, oldName, newName, reason}]}. PLAN ONLY - nothing is renamed by this tool; a propagating apply (rewriting DAX/M references to renamed objects) lands in a later wave. Collisions are skipped and reported.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes |