Forum Discussion
Anonymous
4 years agoNot applicable
How To Combine Two Columns Into One Column
Hi all! I'll start of by saying I'm new to Power BI, my skills are at a beginner level... I have a table with two different columns, "Service" and "Configuration Item." An Example: Service ...
- Anonymous4 years ago
Hi Anonymous ,
It seems to be easy to achieve.
Please try what I do below.
Select two columns at the same time, and then click 'Unpivot Columns'.
You'll get the column you want.
Rename the Value column and remove the Attribute column. Below is the result.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
amitchandak
4 years agoSuper User
Anonymous , In a new blank query create this list and return it
List.Combine(Table[Service], Table[Configuration Item])
refer video if needed - https://youtu.be/yySRoH51Sb0
Anonymous
4 years agoNot applicable
Hi thanks, but I don't understand. I'm a beginner and can't work out how to list that command and your video is difficult to follow.