pbi_preview_spec_html
Generate an HTML mockup of a proposed Power BI page from a JSON spec, returning a file path to review the design in a browser without modifying the .pbip project.
Instructions
Genera una MAQUETA HTML de una hoja propuesta (sin escribir nada al .pbip).
spec: {page_name, canvas?, layout?, visuals:[{type,title,fields,position?}]}.
Devuelve la ruta del HTML (abrelo en el navegador para revisar el diseno).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spec | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |