Recall & Review
beginner
What does splitting a column mean in Power BI?
Splitting a column means breaking one column into two or more columns based on a delimiter or position. For example, splitting a full name into first and last names.
Click to reveal answer
beginner
How can you merge columns in Power BI?
You can merge columns by selecting two or more columns and combining their values into one column, often with a separator like a space or comma.
Click to reveal answer
beginner
Which Power BI feature helps you split columns easily without writing code?
The Power Query Editor has a 'Split Column' option that lets you split columns by delimiter, number of characters, or positions with a few clicks.
Click to reveal answer
beginner
What is a common delimiter used when splitting columns?
Common delimiters include spaces, commas, semicolons, or special characters like hyphens. For example, splitting 'John Doe' by space gives 'John' and 'Doe'.
Click to reveal answer
beginner
Why would you merge columns in a report?
Merging columns helps create a single combined value for easier reading or analysis, like combining first and last names into a full name.
Click to reveal answer
Which Power BI tool lets you split columns without writing code?
✗ Incorrect
Power Query Editor provides easy options to split columns by delimiter or position.
What happens when you merge two columns in Power BI?
✗ Incorrect
Merging columns combines their values into a new single column.
Which delimiter would you use to split 'apple,banana,orange' into separate columns?
✗ Incorrect
The comma is the delimiter separating the fruits.
If you want to split a column by the first 3 characters, which method would you use?
✗ Incorrect
Splitting by number of characters breaks the column at a fixed length.
What is a reason to split a column in your data?
✗ Incorrect
Splitting helps separate combined data like full names into first and last names.
Explain how you would split a full name column into first and last names in Power BI.
Think about how names are separated by spaces.
You got /4 concepts.
Describe the steps to merge two columns into one with a space separator in Power BI.
Merging combines values with a chosen separator.
You got /4 concepts.