Multiple choice ssas basics

The basic unit of storage and analysis in Analysis Services is __________

  1. Dimension

  2. Cube

  3. Fact

  4. None

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In SQL Server Analysis Services (SSAS), the Cube is the fundamental unit of storage and analysis. It contains measures and dimensions that allow for multi-dimensional data exploration. Dimensions and Facts are components within a cube, but the cube itself is the primary container for the processed data.