A Power BI report named Sales uses an Excel data source with a flat table containing ProductID, ProductColor, ProductName, ProductCategory, and SalesAmount. You want an optimal fact table in a star schema. Which two columns should remain part of the new fact tables?

Prepare for the DP-600 Fabric Analytics Engineer Exam. Study with flashcards and multiple choice questions, each offering hints and detailed explanations. Enhance your chances of success on the exam!

Multiple Choice

A Power BI report named Sales uses an Excel data source with a flat table containing ProductID, ProductColor, ProductName, ProductCategory, and SalesAmount. You want an optimal fact table in a star schema. Which two columns should remain part of the new fact tables?

Explanation:
In a star schema, the fact table stores the numeric measures and the foreign keys to dimension tables. For a sales fact, SalesAmount is the measure, and ProductID serves as the key to the Product dimension. The other attributes—ProductColor, ProductName, ProductCategory—are descriptive details of the product and belong in the Product dimension, not in the fact table. Keeping only the measure and the corresponding key in the fact table reduces redundancy and supports efficient joins to the dimension. So the two columns that should stay in the new fact table are ProductID and SalesAmount.

In a star schema, the fact table stores the numeric measures and the foreign keys to dimension tables. For a sales fact, SalesAmount is the measure, and ProductID serves as the key to the Product dimension. The other attributes—ProductColor, ProductName, ProductCategory—are descriptive details of the product and belong in the Product dimension, not in the fact table. Keeping only the measure and the corresponding key in the fact table reduces redundancy and supports efficient joins to the dimension. So the two columns that should stay in the new fact table are ProductID and SalesAmount.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy