第 3 课:重命名列
在本课中,您将重命名您导入的每个表中的很多列。 通过重命名,您可以更易于识别列,且更易于在模型设计器中以及通过用户在客户端应用程序中选择字段来进行导航列。 若要了解更多信息,请参阅重命名表或列(SSAS 表格)。
![]() |
---|
重命名列对于完成本教程不是必需的;但剩下的课程(尤其是包含使用 DAX 公式来创建关系、创建计算列和度量值的课程)将引用在本课中介绍的列友好名称。 如果您选择不重命名列,则必须编辑第 5、6 和 7 课中的 DAX 公式,以便使用本课中提供的原始源列名称。 |
学完本课的估计时间:20 分钟
先决条件
本主题是表格建模教程的一部分,该教程应按顺序学习。 在执行本课中的任务之前,您应已完成上一课:第 2 课:添加数据。
对列重命名
对列进行重命名
在模型设计器中,单击 Customer 表(选项卡)。
当您单击某个选项卡时,该表将在模型设计器窗口中变为活动状态。
双击 CustomerKey 列名称,键入 Customer Id,然后按 Enter。
提示
还可以在列的“属性”窗口的“列名”属性中或在关系图视图中对列重命名。
重命名 Customer 表中的其余列以及其余表中的列,用友好名称替换源名称:
Customer 表
源名称
友好名称
GeographyKey
Geography Id
CustomerAlternateKey
Customer Alternate Id
FirstName
First Name
MiddleName
Middle Name
LastName
Last Name
NameStyle
Name Style
BirthDate
Birth Date
MaritalStatus
Marital Status
EmailAddress
Email Address
YearlyIncome
Yearly Income
TotalChildren
Total Children
NumberChildrenAtHome
Number of Children At Home
EnglishEducation
Education
EnglishOccupation
Occupation
HouseOwnerFlag
Owns House
NumberCarsOwned
Number of Cars Owned
AddressLine1
Address Line 1
AddressLine2
Address Line 2
Phone
Phone Number
DateFirstPurchase
Date of First Purchase
CommuteDistance
Commute Distance
Date
源名称
友好名称
FullDateAlternateKey
Date
DayNumberOfWeek
Day Number of Week
EnglishDayNameOfWeek
Day Name
DayNumberOfMonth
Day of Month
DayNumberOfYear
Day of Year
WeekNumberOfYear
Week Number of Year
EnglishMonthName
Month Name
MonthNumberOfYear
Month
CalendarQuarter
Calendar Quarter
CalendarYear
Calendar Year
CalendarSemester
Calendar Semester
FiscalQuarter
Fiscal Quarter
FiscalYear
Fiscal Year
FiscalSemester
Fiscal Semester
Geography
源名称
友好名称
GeographyKey
Geography Id
StateProvinceCode
State Province Code
StateProvinceName
State Province Name
CountryRegionCode
Country Region Code
EnglishCountryRegionName
Country Region Name
PostalCode
Postal Code
SalesTerritoryKey
Sales Territory Id
Product
源名称
友好名称
ProductKey
Product Id
ProductAlternateKey
Product Alternate Id
ProductSubcategoryKey
Product Subcategory Id
WeightUnitMeasureCode
Weight Unit Code
SizeUnitMeasureCode
Size Unit Code
EnglishProductName
Product Name
StandardCost
Standard Cost
FinishedGoodsFlag
Is Finished Product
SafetyStockLevel
Safety Stock Level
ReorderPoint
Reorder Point
ListPrice
List Price
SizeRange
Size Range
DaysToManufacture
Days to Manufacture
ProductLine
Product Line
Dealer Price
Dealer Price
ModelName
Model Name
LargePhoto
Large Photo
EnglishDescription
Description
StartDate
Product Start Date
EndDate
Product End Date
Status
Product Status
Product Category
源名称
友好名称
ProductCategoryKey
Product Category Id
ProductCategoryAlternateKey
Product Category Alternate Id
EnglishProductCategoryName
Product Category Name
Product Subcategory
源名称
友好名称
ProductSubcategoryKey
Product Subcategory Id
ProductSubcategoryAlternateKey
Product Subcategory Alternate Id
EnglishProductSubcategoryName
Product Subcategory Name
ProductCategoryKey
Product Category Id
Internet Sales
源名称
友好名称
ProductKey
Product Id
CustomerKey
Customer Id
PromotionKey
Promotion Id
CurrencyKey
Currency Id
SalesTerritoryKey
Sales Territory Id
SalesOrderNumber
Sales Order Number
SalesOrderLineNumber
Sales Order Line Number
RevisionNumber
Revision Number
OrderQuantity
Order Quantity
UnitPrice
Unit Price
ExtendedAmount
Extended Amount
UnitPriceDiscountPct
Unit Price Discount Pct
DiscountAmount
Discount Amount
ProductStandardCost
Product Standard Cost
TotalProductCost
Total Product Cost
SalesAmount
Sales Amount
TaxAmt
Tax Amt
CarrierTrackingNumber
Carrier Tracking Number
CustomerPONumber
Customer PO Number
OrderDate
Order Date
DueDate
Due Date
ShipDate
Ship Date
下一步
要继续学习本教程,请转到下一课:第 4 课:标记为日期表。