Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Create a table with unique list

Hi Forum,   I have this table Mat Desc Material Number SubMat1 SubMat2 SubMat3 SubMat4 SubMat5 xxx 103842 39006582 100362311 43805638 43090505 null xxx 103842 39006582 4375...
  • mahoneypat's avatar
    4 years ago

    You should unpivot your data to make this easier. In the query editor, select the first two columns, right click on them, and choose unpivot other columns. Once you load that table, you can use a measure with CONCATENATEX() to combine the values for each material in a table visual.

     

    Pat