From the course: Learning Data Analytics: 1 Foundations
Unlock this course with a free trial
Join today to access over 25,300 courses taught by industry experts.
Combining data with merge columns
From the course: Learning Data Analytics: 1 Foundations
Combining data with merge columns
- [Instructor] Systems store data individually, mainly for sorting purposes. For example, if first name and last name were always contained together, we could never sort by last name and then by first name. To make our data sets more readable, we typically use functions like CONCAT, or concatenate. That allows us to combine the first and last name together. In Power Query, we do this by using merge column on the fields. One of the benefits of merging the fields is that we can remove the river of white space that flows through the lines. For example, if you look between B and C, what you'll notice is that there is a space gap. All of the names end in different places and the next name starts in the same place, and this causes our reports to be less readable. OK, let's go ahead and work with these fields by merging them together. All right, I'm going to right-click and go to my header and go to Edit. OK, I'm on my sales order header here, and I also see sales order header. OK, what I…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
-
-
-
-
Convert data in Power Query4m 4s
-
(Locked)
Finding and removing duplicates8m
-
(Locked)
Changing case and replace values3m 37s
-
(Locked)
Combining data with merge columns4m 22s
-
(Locked)
Creating logical functions2m 46s
-
(Locked)
Building aggregate datasets4m 56s
-
(Locked)
Challenge: Count and amounts of products33s
-
(Locked)
Solution: Count and amounts of products3m 33s
-
-