pbi_auto_grid_layout
Calculates non-overlapping grid positions and sizes for Power BI visuals, enabling automated report layout with offline computation.
Instructions
Compute non-overlapping (x, y, width, height) for visual specs on a column-based grid. Pure offline calculation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gap | No | ||
| cols | No | ||
| specs | Yes | ||
| start_x | No | ||
| start_y | No | ||
| cell_width | No | ||
| page_width | No | ||
| cell_height | No | ||
| page_height | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |