Forum Discussion
JR_Lee
4 years agoFrequent Visitor
Power Query transformation help
I'm struggling to transform the following data:
so it looks something like the below for each salesperson and each month:
this is where i've got to but i cant seem to isolate the month names:
Hi JR_Lee ,
1) add a column with the following syntax: "if [Column2] = "Coke[PG 29]" then [Column1] else null
2) Check that new column and fill down values. This will returne a column with the repective months in rows.
7 Replies
- amitchandakSuper User
JR_Lee , Unpivot all product columns in power bi
- JR_LeeFrequent Visitor
- amitchandakSuper User