Hi there,
i am having the following issue. I need to tidy up my data table because i get data in different columns. As an example :
while the table should be :
in excel it was quite an easy going process (Choose blank cells, then delete and shift cells to left ), is there a way to automate this process with power querry?
i am having the following issue. I need to tidy up my data table because i get data in different columns. As an example :
Code | Descr | Column1 | Price | Column2 | Column3 | Column4 |
11 | Shirt | 5 | ||||
15 | Jeans | 5 | ||||
17 | Trousers | 5 |
Code | Descr | Price |
11 | Shirt | 5 |
15 | Jeans | 5 |
17 | Trousers | 5 |
in excel it was quite an easy going process (Choose blank cells, then delete and shift cells to left ), is there a way to automate this process with power querry?