Question
How to transpose data from rows to columns in Tableau Prep Builder.
For example, the original data is like below.
No Category Value
1 A 0
2 A 10
3 B 100
4 C 1000
How to transpose the data from rows to columns.
No 1 2 3 4
Category A A B C
Value 0 10 100 1000