add_table_visual
Add a table visual to a Power BI report by specifying fields (columns/measures) and optional position, size, and title.
Instructions
Add a table visual. fields = JSON array of {table,field,kind} (kind=column|measure), shown left-to-right.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | ||
| y | No | ||
| title | No | ||
| width | No | ||
| fields | Yes | JSON array of {table,field,kind} | |
| height | No | ||
| pageName | Yes | ||
| reportSessionId | Yes |