Forum Discussion

jett254's avatar
jett254
Regular Visitor
9 years ago
Solved

Label categorical data - Please help!

Hi,   I'm working with market research data that I imported from SPSS (first exporting to Excel and then connecting from there).  Some of my variables are categorical - for instance, Ethnicity -- w...
  • dedelman_clng's avatar
    9 years ago

    Add a table with the translation of ID to Description, join it to the fact table on the ID, then use the Description field as your category.  Below I show a partial data model that I have used, where "Answer" is a number and "Translation" is the description of that number (1 = Strongly Disagree, 2 = Disagree, etc).

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

    Hope this helps

    David