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! Request now
Hi All,
I have a simple issue which I seem to struggle with. I know there is a sequence for transpose/pivot/unpivot to have a single row for each "Workpack - Phase" with the "fnshDate" in separate columns as such:
Much grateful for some help,
B.
Solved! Go to Solution.
NewStep=Table.Combine(Table.Group(PreviousStepName," Workpack - Phase",{"n",each Table.RemoveLastN(Table.FromColumns(Table.ToColumns(_)&{List.Skip([fnshDate])},Table.ColumnNames(_)&{"Custom"}),1)})[n])
NewStep=Table.Combine(Table.Group(PreviousStepName," Workpack - Phase",{"n",each Table.RemoveLastN(Table.FromColumns(Table.ToColumns(_)&{List.Skip([fnshDate])},Table.ColumnNames(_)&{"Custom"}),1)})[n])
Why not just use Table.Group?
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.
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 5 | |
| 5 | |
| 3 |