📜  在数据模型中定义数据类型

📅  最后修改于: 2020-12-01 08:49:43             🧑  作者: Mango


在Power Pivot数据模型中,列中的整个数据必须具有相同的数据类型。为了完成准确的计算,您需要确保数据模型中每个表中每一列的数据类型都符合要求。

数据模型中的表

在上一章创建的数据模型中,有3个表-

  • 帐目
  • 地理区域
  • 财务数据

确保适当的数据类型

为确保表中的列符合要求,您需要在Power Pivot窗口中检查其数据类型。

  • 单击表中的一列。

  • 请注意“格式”组中“功能区”上显示的列的数据类型。

适当的数据类型

如果所选列的数据类型不合适,请如下更改数据类型。

  • 单击“格式”组中数据类型旁边的向下箭头。

  • 在下拉列表中单击适当的数据类型。

  • 对数据模型中所有表中的每一列重复一次。

数据模型中的表

帐户表中的列

在“帐户”表中,您具有以下列-

Sr.No Column & Description
1 Account

Contains one account number for each row. The column has unique values and is used in defining the relationship with the Finance Data table.

2 Class

The class associated with each account. Example – Expenses, Net Revenue, etc.

3 Sub Class

Describes the type of expense or revenue. Example – People.

“帐户”表中的所有列本质上都是描述性的,因此属于“文本”数据类型。

地理位置Locn表中的列

地理位置Locn表包含有关每个利润中心的数据。

利润中心列每行包含一个利润中心标识。该列具有唯一值,用于定义与财务数据表的关系。

财务数据表中的列

在财务数据表中,您具有以下列-

Column Description Data type
Fiscal Month Month and Year Text
Profit Center Profit Center identity Text
Account

Account number.

Each account can have multiple Profit Centers.

Text
Budget Monthly budget amounts for each Profit Center. Currency
Actual Monthly actual amounts for each Profit Center. Currency
Forecast Monthly forecast amounts for each profit center. Currency
Actual People Month end actual number of employees for each Profit Center of each people Account. Whole Number
Budget People Month end budget number of employees for each Profit Center of each people Account. Whole Number
Forecast People Month end forecast number of employees for each Profit Center of each people Account. Whole Number

数据模型中的表类型

帐户表和地理位置Locn表都是维度表,也称为查找表

财务数据表是事实表,也称为数据表。财务数据表包含利润和分析计算所需的数据。您还将在此Finance Data表中以度量和计算列的形式创建元数据,以便在继续本教程时为各种类型的损益计算建模数据。