Forum Discussion
Transpose column with repeated values
- 4 years ago
My Bad,
Posting to fast,
i have been able to manage it.
-I created a Index column
-I created a conditionnal column ( If [Attribut] = "Season") then "XITEMX"&[Index] else Null
- I drop down values.
-I aggregate tables with = Table.Group(#"Colonnes supprimées1", {"Personnalisé"}, {{"allrows", each _, type table [Attribut=text, Valeur=text, Personnalisé=text]}})
-I transpose each tables in a new column
==> = Table.AddColumn(#"Lignes groupées", "Personnalisé.1", each Table.Transpose([allrows]))
Promote headers,
Expand 🙂
My Bad,
Posting to fast,
i have been able to manage it.
-I created a Index column
-I created a conditionnal column ( If [Attribut] = "Season") then "XITEMX"&[Index] else Null
- I drop down values.
-I aggregate tables with = Table.Group(#"Colonnes supprimées1", {"Personnalisé"}, {{"allrows", each _, type table [Attribut=text, Valeur=text, Personnalisé=text]}})
-I transpose each tables in a new column
==> = Table.AddColumn(#"Lignes groupées", "Personnalisé.1", each Table.Transpose([allrows]))
Promote headers,
Expand 🙂