Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hello,
I have data in one row that consist of 4 variables.
What I want is
Every 1st row = Column A
Every 2nd row = column B
Every 3rd row = column c
Every 4th row = column D
So when you get to the 5th row you loop back to
5th row = Column A
6throw = column B
7th row = column c
8th row = column D
And so on in this loop until the rows of data are exhausted.
See image below as for the structure of data
Solved! Go to Solution.
the Pivot default does not recognize that the data needs to be structure into 4 columns
it pivots all the data long. so then you have an infinite number of columns from the 1 column.
Thanks!
this works as well.
I was able to find a tutorial to solve this as well.
User | Count |
---|---|
84 | |
76 | |
70 | |
48 | |
39 |
User | Count |
---|---|
111 | |
56 | |
51 | |
42 | |
41 |