Introduction
Transpose operations let you switch rows and columns in your data table. This helps when your data layout is not suitable for analysis or visualization and you want to flip it to a better format.
When your data has dates as rows but you want them as columns for easier comparison.
When you receive data where categories are in columns but you need them as rows to create charts.
When you want to swap the axis of a table to better fit your report layout.
When you want to fix data imported from Excel that has headers in rows instead of columns.
When you want to prepare data for a matrix visual that requires a different orientation.