Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! 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.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.