set_chart_data_labels
Adjust data labels for one or all chart series in a Power BI Report Builder report, including visibility, format, position, font weight, and color.
Instructions
Configure on one or all series in a chart. When series_name is None, the change applies to every series; otherwise only the named series. visible writes true|false; visible_expression writes the same element with a VB.NET =IIf(...) expression (mutually exclusive with visible). format writes /; pass '' to clear. v0.4: position ∈ Auto/Top/TopLeft/TopCenter/TopRight/Left/Center/Right/BottomLeft/BottomCenter/BottomRight/Bottom/Outside; use_value_as_label ∈ true/false; font_weight + color write to / and / (pass '' to clear). Returns {chart, series, kind, changed}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| color | No | ||
| format | No | ||
| visible | No | ||
| position | No | ||
| chart_name | Yes | ||
| font_weight | No | ||
| series_name | No | ||
| use_value_as_label | No | ||
| visible_expression | No |