0
0
Power BIbi_tool~5 mins

Splitting and merging columns in Power BI - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
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?
APower Query Editor
BDAX formula bar
CReport view
DData view
What happens when you merge two columns in Power BI?
AThey create a new column combining both values
BOne column deletes the other
CColumns are split into smaller parts
DData types change automatically
Which delimiter would you use to split 'apple,banana,orange' into separate columns?
ASpace
BSemicolon
CHyphen
DComma
If you want to split a column by the first 3 characters, which method would you use?
ASplit by delimiter
BSplit by number of characters
CMerge columns
DFilter rows
What is a reason to split a column in your data?
ATo delete unwanted data
BTo combine multiple columns
CTo separate combined data into parts
DTo change data types
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.