delete_measure
Delete a DAX measure from a semantic model. Specify workspace and model to target the right measure.
Instructions
Delete a DAX measure from a semantic model.
Args:
measure_name: Name of the measure to delete
workspace: Name or ID of the workspace (optional)
model: Name or ID of the semantic model (optional)
ctx: Context object containing client information
Returns:
A dictionary containing success status and deletion details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | ||
| workspace | No | ||
| measure_name | Yes |