pbi_detect_missing_visuals
Identify which required visuals are missing from a Power BI page to ensure report completeness.
Instructions
Detect required visuals that are absent from a page.
Each requirement entry is a dict with at least visual_type and
optionally count (default 1), contains_field (a reference like
Date.Year that must appear in the visual's prototypeQuery), and
label (free-form name surfaced in the report).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | Yes | ||
| requirements | Yes | ||
| extract_folder | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |