Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Creating table with categories from 2 columns in 1 column

Hi people,   I am creating a content performance report. My company posts content on LinkedIn, and assigns a domain to each article. However, one article can have multiple domains. In the datafile ...
  • AlexisOlson's avatar
    AlexisOlson
    4 years ago

    Unpivoting as hashtag_pete suggests is a good idea but it does bring complications. One approach would be to do this unpivot in a separate table so that you have a Domains table like this:

    and an Articles table like this:

    And have them related like this: