add_tablix_filter
Append a filter to a tablix in a Power BI paginated report. Specify the expression, operator, and values; returns the new filter index for subsequent edits.
Instructions
Append a to a tablix. Operator must be one of the RDL 2016 enumeration (Equal, NotEqual, GreaterThan, In, Between, ...). Returns the new filter's index for follow-up calls. Optional field_format wraps the expression as Format(, fmt) to coerce typed fields for string-parameter comparison. The response includes warnings for cross-checked field/parameter type mismatches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| values | Yes | ||
| operator | Yes | ||
| expression | Yes | ||
| tablix_name | Yes | ||
| field_format | No | Optional format string (e.g. 'MMM, yyyy') wrapping the expression as Format(<body>, '<fmt>'). |