Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi Everyone,
I need a little help figuring out how to transpose or transform some data in my Power BI report.
Every 19 rows, the data "repeats" so I am thinking I will need a table with 19 coulmns. "Date" , "Builder ID", "Part Number", etc.
But when I try to use transpose, I go to having 2 rows with 1000's of columns. Is there a step I am missing in formatting this data? Any assistance would be greatly appreciated.
Solved! Go to Solution.
I figured this out, with help from @slorin
The formula I needed was:
= Table.FromRows(
List.Split(Your_Source[Column2],18),
List.FirstN(Your_Source[Column1],18)
)
I figured this out, with help from @slorin
The formula I needed was:
= Table.FromRows(
List.Split(Your_Source[Column2],18),
List.FirstN(Your_Source[Column1],18)
)
I get this error when using my original data source:
Hi
= Table.FromRows(
List.Split(Your_Source[Column2],19),
List.FirstN(Your_Source[Column1],19)
)
Stéphane
Thank you for the feedback. When I try to implement this solution, I get this error:
Is there perhaps something I have missed?
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
15 | |
11 | |
8 | |
8 | |
7 |
User | Count |
---|---|
15 | |
13 | |
9 | |
7 | |
6 |