Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
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.
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
Check out the November 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 66 | |
| 46 | |
| 42 | |
| 26 | |
| 19 |
| User | Count |
|---|---|
| 193 | |
| 124 | |
| 101 | |
| 67 | |
| 49 |