- 11 more key points in Pro version
- 5 more common mistakes in Pro version
- 5 more exam tips in Pro version
- 87 more related questions in Pro version
Summary
This objective covers building warehouse queries using no-code tools like the Visual Query Editor, SQL, KQL, and DAX. The core task involves selecting, filtering, and aggregating data based on the provided data sources and transformations. This card focuses on selecting the appropriate Microsoft Fabric data store based on specific workload requirements. The core principle is aligning store characteristics – schema, query language, transaction support, and governance – with the needs of the analytical application. This objective covers establishing the foundational processes for bringing data into Fabric, ensuring it's discoverable, and designed for operational needs. It centers on selecting the appropriate ingestion approach based on source characteristics and downstream requirements. The OneLake catalog provides a central repository for discovering governed Fabric data items, exposing metadata like lineage, endorsement, and sensitivity. Real-Time hub is the dedicated discovery and management surface for streaming and event data, optimized for low-latency access and real-time analytics. Copying data is a deliberate design choice when a managed local copy, transformation boundary, or independent retention is required. A shortcut, relying solely on a connection, is suitable only when direct referenced access is sufficient. This objective covers creating reusable relational objects within Fabric Warehouse using T-SQL. These objects – views, stored procedures, and functions – are designed to encapsulate logic and facilitate data transformation and serving. This objective covers the core design principles of a star schema, emphasizing the relationship between fact and dimension tables, the importance of denormalization for performance, and the correct implementation of pre-aggregations and surrogate keys. This objective covers preparing data for analysis by addressing common data quality issues. It covers techniques for identifying and resolving duplicates, handling null values, ensuring correct data types, and selecting appropriate join strategies.
Key Points
- Visual Query Editor: A no-code canvas for constructing warehouse queries, supporting selection, joins, filters, and aggregations.
Common Mistakes
- Visual Query Editor vs. SQL: Visual Query Editor is a no-code interface for warehouse transformations; SQL provides programmatic control and is required for reusable database objects.
Exam Tips
- Prioritize the no-code approach with Visual Query Editor whenever possible, especially for initial prototyping and simpler queries.