Quantcast
Viewing latest article 10
Browse Latest Browse All 30923

PowerQuery transform rows

Hi, 
I'm currently try to transform a datatable in PowerQuery, the format of the data is similar to this format

 

ITEM # Standard UOMAlt UOMFactor (Standard to ALT)
ITEM 1BOXEAa
ITEM 1BOXFT2b
ITEM 1BOXOZc
ITEM 1BOXPALd
ITEM 2BUCKETIN3e
ITEM 2BUCKETGALf
ITEM 2BUCKETLBg

 

Are there ways to transform this data into the following format, without splitting each ALT UOM into each individual tables? 

ITEM #ALT UOM convert to ALT UOM
ITEM 1EA to FT2 
ITEM 1EA to OZ 
ITEM 1EA to PAL 
ITEM 1

FT2 to PAL

ITEM 1

FT2 to OZ

ITEM 2

IN3 to GAL

ITEM 2

IN3 to LB

ITEM 2

GAL to LB

 

Many thanks for the advise!


Viewing latest article 10
Browse Latest Browse All 30923

Trending Articles