Validate Wireframe
pbir_validate_wireframeValidates Power BI report page layout against wireframe rules, detecting margin, gap, overlap, off-canvas, and banner issues, returning errors and warnings per visual.
Instructions
Validate a page's (or the whole report's) layout against the wireframe rules — margins, gaps, overlap, off-canvas, banner geometry. Returns errors + warnings per visual plus stats (visual count, coverage, bottom edge). Read-only. Pair with pbir_audit_theme_compliance for full project verification.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | 'page' validates a single page; 'report' validates every page. | page |
| pageId | No | Auto-resolved when scope:'page' and only one page exists. Ignored when scope:'report'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hint | No | ||
| error | No | ||
| pages | No | ||
| scope | No | ||
| _cache | No | ||
| pageId | No | ||
| report | No | ||
| success | No | ||
| displayName | No | ||
| availableIds | No | ||
| reportSummary | No |