Skip to content

Writing AI/BI Genie instructions so people can find data

AI/BI Genie is a natural-language, conversational interface in Azure Databricks that lets business users ask questions of curated data and get SQL-generated answers and visualizations. Genie spaces are configured by data owners who attach specific datasets and write instructions to guide the AI's interpretation of schema, terminology, and business logic, improving answer accuracy and discovery. Configuring good instructions is essential for reliable, trustworthy self-service data discovery in a governed environment.

1 · Learn the must-know

  • A Genie space is created by selecting one or more tables/views (registered in Unity Catalog) that Genie is allowed to query, scoping what data users can discover.
  • Instructions are written in natural language and can define business terminology, preferred column usage, join logic, filters, and example question/SQL pairs to steer Genie's query generation.
  • Adding curated sample questions and trusted SQL answers (few-shot examples) within a Genie space significantly improves the accuracy of generated queries for common business questions.
  • Genie relies on table, column, and comment metadata in Unity Catalog, so well-documented schemas (clear names, descriptions, comments) directly improve Genie's ability to interpret data correctly.
  • Access to a Genie space and the underlying data is governed by Unity Catalog permissions, so users only see and query data they are already authorized to access.
  • Genie-generated SQL and results are auditable and can be reviewed/edited by users with appropriate permissions, allowing curators to refine instructions based on observed misinterpretations.

2 · Check your understanding

Check this objectiveFree · always available

A workspace admin is configuring an AI/BI Genie space for the sales analytics team. Which capability do General Instructions provide within this Genie space?

Your objective map0 tried · 0 answered correctly · 77 untouched

What you have tried across DP-750's objectives, not a readiness score.

Set up and configure an Azure Databricks environment15-20% of the exam0 of 13 tried
Secure and govern Unity Catalog objects15-20% of the exam0 of 12 tried
Prepare and process data30-35% of the exam0 of 28 tried
Deploy and maintain data pipelines and workloads30-35% of the exam0 of 24 tried

3 · Keep going