Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Custom column groupings

Hi,   I've got a column called "Products" that contains all sorts of products - for instance: Lounge Chair Lounge Chair Cushion, Red Lounge Chair Cushion, Blue Long Bench 160 Long Bench 160 Cu...
  • Singaravelu_R's avatar
    Singaravelu_R
    5 years ago

    Hi Anonymous 

    In the query editor duplicate the column Product and by using split column by space

     

    close and save the query editor then in the data section create calcuate column 

     

    Master Product = 'Table'[Product - Copy.1] &" "& 'Table'[Product - Copy.2]