visual-selector
Installation
SKILL.md
Visual Selector
Determine the optimal Power BI visual type for a given query based on the number and classification of measures and dimensions. This skill analyzes the data profile from the semantic mapper output and produces a visual type recommendation with field-to-bucket mappings.
When to Use This Skill
- Choosing the best visual type for a Genie query result
- Mapping measures and dimensions to visual data buckets (Category, Y, Data, Values, etc.)
- Selecting chart types as part of the query-to-pbip pipeline (Stage 2)
- Recommending page layouts based on visual type
Inputs
- Measures — List of measure names, data types, and format types from Stage 1
- Dimensions — List of dimension names, source tables, and data types from Stage 1
- Derived fields — SQL aliases materialized in Stage 1 as calculated columns or measures
- Query intent (optional) — Original natural language query for override signal detection