get_measure
Retrieve a specific DAX measure definition by name from a Microsoft Fabric semantic model, optionally specifying workspace and model.
Instructions
Get a specific DAX measure definition by name.
Args:
measure_name: Name of the measure to retrieve
workspace: Name or ID of the workspace (optional)
model: Name or ID of the semantic model (optional)
ctx: Context object containing client information
Returns:
The measure definition including DAX expression.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | ||
| workspace | No | ||
| measure_name | Yes |