Get certified in Microsoft Fabric—for free! For a limited time, the Microsoft Fabric Community team will be offering free DP-600 exam vouchers. Prepare 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?
Check out the October 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
65 | |
61 | |
27 | |
17 | |
13 |