Forum Discussion
Anonymous
4 years agoNot applicable
Stacking multiple columns into single column in a table
I would like to combine multiple columns from a seperate table into a single column in a new table, but I haven't found a way to do that in the table editor with dax. If I had the table in figure 1 h...
- 4 years ago
Hello Anonymous ,
Assuming you have no problem using power query,
Make duplicate of say original table 1 as table 2.
Remove column value 3 and value4 from table1. Rename value 3 and 4 in table 2 as value 1 and value 2.
Then append table 2 in table 1 and you are done.
I can post an example file if it is acceptable but you would like to see an example.
mahenkj2
4 years agoSolution Sage
Before rename value 3 and value 4 in table 2, remove value 1 and value 2 column.
Anonymous
4 years agoNot applicable
So if I had values 5-8 that I wanted to append to 1&2 would I just have to create a lot of copies where everything is named value 1 & 2 and append them all?