Recall & Review
beginner
What does pivoting columns mean in Power BI?
Pivoting columns means turning unique values from one column into new columns, summarizing data in a more readable way.
Click to reveal answer
beginner
Which Power BI feature is used to pivot columns?
The Power Query Editor's 'Pivot Column' feature is used to pivot columns easily.
Click to reveal answer
beginner
What is the difference between pivoting and unpivoting columns?
Pivoting turns row values into columns; unpivoting turns columns into rows.
Click to reveal answer
intermediate
Why do we use aggregation when pivoting columns?
Because multiple rows might become one column, aggregation (like sum or average) combines values to avoid duplicates.
Click to reveal answer
advanced
How can you pivot columns using DAX in Power BI?
You can use functions like SUMMARIZE and ADDCOLUMNS to create pivot-like tables, but Power Query is simpler for pivoting.
Click to reveal answer
What happens when you pivot a column in Power BI?
✗ Incorrect
Pivoting turns unique values from one column into new columns.
Which tool in Power BI lets you pivot columns easily?
✗ Incorrect
Power Query Editor has a built-in 'Pivot Column' feature.
When pivoting, why do you need to choose an aggregation function?
✗ Incorrect
Aggregation combines multiple values that map to the same pivoted column.
What is the opposite of pivoting columns?
✗ Incorrect
Unpivoting turns columns back into rows.
Which of these is NOT a common aggregation used when pivoting?
✗ Incorrect
Concatenating text is not automatic; numeric aggregations like sum or count are common.
Explain in your own words what pivoting columns does in Power BI and why it is useful.
Think about how a sales report might show months as columns instead of rows.
You got /3 concepts.
Describe the steps to pivot a column using Power Query Editor in Power BI.
Remember the 'Pivot Column' button and aggregation choice.
You got /5 concepts.