This dataset has the sales numbers for each product displayed in the columns. Now I would like to restructure it so that the region information is in a separate column again, like this:
In your example case, you’d want the Output unpivoted column name to be region and the Unpivoted values output column name to be sales_number and then choose the
North, South, East, West as the Columns to Unpivot.