If I have a dimension in Analysis Services where the base table has columns like this:
TransTypeKey TransTypeCode TransTypeDescription TransCategoryCode TransCategory Description
where the description columns are just friendly names for the corresponding 'code,' what's the best way to capture that? Concatenate the code and description when loading the dimension? Keep them separate?