LoslegenKostenlos loslegen

Implementing Data Denormalization

In most cases, dimension tables should be denormalized. In this exercise, we'll use PySpark to load two dimension tables, products and categories, and denormalize the products table by replacing the categoryID column with the corresponding categoryName from the table categories.

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.

Diese Übung ist Teil des Kurses

Transform and Analyze Data with Microsoft Fabric

Kurs anzeigen

Interaktive Übung

In dieser interaktiven Übung kannst du die Theorie in die Praxis umsetzen.

Übung starten