register_org_custom_visual
Register an organization-store custom visual so its visualType becomes usable in a Power BI report. Add the visual's guid to the report's organizationCustomVisuals configuration.
Instructions
Register an ORGANIZATION-store custom visual into the report so its visualType is usable: adds the guid to layout.config.organizationCustomVisuals (the tenant's org store, vs the public AppSource store register_custom_visual uses). name = the visual's visualType/guid; guid defaults to name. A .pbiviz path is rarely needed for org visuals but is staged when given.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guid | No | optional explicit guid (defaults to name) | |
| name | Yes | the custom visual's visualType/guid | |
| path | No | optional absolute path to the .pbiviz file to embed | |
| reportSessionId | Yes |