What problem does it solve? Business users often need answers from Power BI reports and semantic models but lack the DAX expertise or time to write queries manually. This Skill translates natural-language questions into correct DAX queries, handling artifact discovery, schema inspection, entity resolution, and query execution end to end. ## Core Features & Use Cases - Artifact Discovery & Resolution: Finds Power BI reports and semantic models by keyword, resolves report GUIDs from pasted URLs, and maps reports to their underlying semantic models. - Schema-Aware DAX Generation: Reads report metadata, semantic model schemas, custom instructions, and verified answers before writing DAX, ensuring queries respect model-defined business logic and filters. - Verified Answer Matching: Detects pre-authored verified answers in the semantic model and replicates their exact bindings and filters instead of writing ad-hoc queries. - Use Case: A sales manager asks "What are the top 5 products by revenue in the Sales Benchmark report?" The Skill discovers the report, inspects its schema, resolves values, executes a DAX query, and returns a plain-language answer with key numbers. ## Quick Start Ask the Power BI report "Sales Benchmark" which products had the highest revenue last quarter.