Data Merging
In this exercise, you will create a Dataflow that loads two tables related to a snowflake dimension, and use the Power Query interface to merge the two tables into a single table suitable for a star schema.
Table | Description | Columns | Example |
---|---|---|---|
ds-snowfood-menu-categories |
Contains menu categories | menu_category_id , category |
1 , American |
ds-snowfood-menu-items |
Contains menu items | menu_item_id , item_name , menu_category_id , price |
101 , Hamburger , 1 , 12.95 |
Note: If you get an error about an API rate limit, this usually happens because a previous Fabric task has not completed. You can view active Fabric tasks from the Monitor page (located on the left vertical menu). Canceling old Fabric tasks in the Monitor page will usually resolve the rate limit error.
Cet exercice fait partie du cours
Transform and Analyze Data with Microsoft Fabric
Exercice interactif pratique
Passez de la théorie à la pratique avec l’un de nos exercices interactifs
