move_measure
Move a measure to another Power BI table without breaking DAX references; its KPI, format, and other settings travel with it.
Instructions
Move a measure to another table (its home table changes; DAX references to it are unaffected because measures are referenced as [Name]). KPI, format string, display folder, description, annotations, lineage tag and culture translations all travel with it (a deep clone is re-homed and translations are re-pointed - TOM forbids re-attaching a removed object).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| measure | Yes | the measure to move (searched across all tables) | |
| sessionId | Yes | ||
| targetTable | Yes | the destination table |