impact_analysis
Find all transitive dependants for a model object—DAX measures and report visuals—before renaming or deleting to prevent breakage.
Instructions
BLAST RADIUS of one model object (a measure name or Table[Field]): every model dependant that transitively references it through DAX, plus - when reportSource is given - every report visual touching the object or any dependant measure (page/visual/context). The pre-rename / pre-delete safety check. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | live model sessionId (connect_model) | |
| objectName | Yes | the object: Table[Field] or a bare measure name | |
| reportSource | No | optional report side: a reportSessionId, a pbirSessionId, or a PBIR path (omit for a model-only radius) |