Multiple Choice Difficult

QWhich data model design generally provides the BEST reporting performance and maintainability?

ID: #25390 Introduction to Power BI 2 views
Question Info
#25390Q ID
DifficultDifficulty
Introduction to Power BITopic

Select All That Apply

Tick every correct option, then press Check Answer.

  • A Snowflake schema with excessive normalization.
  • B Star schema with Fact and Dimension tables.
  • C A single table containing every column from every source.
  • D Multiple unrelated tables without relationships.
Correct Answer

Explanation

Option B is correct because Star Schema is considered the recommended modeling approach in Power BI. It improves performance, simplifies DAX calculations, and makes reports easier to maintain. Option A can introduce unnecessary complexity. Option C may create scalability issues. Option D prevents meaningful analysis.

Share This Question

Challenge a friend or share with your study group.