0
0
Power BIbi_tool~5 mins

Pivoting columns in Power BI - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
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?
AUnique values in that column become new columns
BColumns are deleted
CRows are duplicated
DData is filtered out
Which tool in Power BI lets you pivot columns easily?
AReport View
BPower Query Editor
CData Model
DDAX Studio
When pivoting, why do you need to choose an aggregation function?
ATo delete rows
BTo rename columns
CTo combine multiple values into one
DTo filter data
What is the opposite of pivoting columns?
AGrouping rows
BFiltering rows
CSorting columns
DUnpivoting columns
Which of these is NOT a common aggregation used when pivoting?
AConcatenate text automatically
BAverage
CSum
DCount
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.