generalledger
New member
- Joined
- Oct 15, 2016
- Messages
- 10
- Reaction score
- 0
- Points
- 0
- Location
- New Jersey, USA
- Excel Version(s)
- 2016
Is it possible to pivot more than one column?
I can pivot on RespTypeName and sum Amount = Table.Pivot(#"Sorted Rows", List.Distinct(#"Sorted Rows"[RespTypeName]), "RespTypeName", "Amount", List.Sum) which works as hoped.
I can pivot on RespTypeName and list (Don't Aggregate) to show the text InsuranceName = Table.Pivot(#"Sorted Rows", List.Distinct(#"Sorted Rows"[RespTypeName]), "RespTypeName", "InsuranceName") which also works as hoped.
I want to perform both transformations so I have a column for Amount and a column for InsuranceName for each RespTypeName. Possible???
Thank you very much for your attention.
General Ledger
I can pivot on RespTypeName and sum Amount = Table.Pivot(#"Sorted Rows", List.Distinct(#"Sorted Rows"[RespTypeName]), "RespTypeName", "Amount", List.Sum) which works as hoped.
I can pivot on RespTypeName and list (Don't Aggregate) to show the text InsuranceName = Table.Pivot(#"Sorted Rows", List.Distinct(#"Sorted Rows"[RespTypeName]), "RespTypeName", "InsuranceName") which also works as hoped.
I want to perform both transformations so I have a column for Amount and a column for InsuranceName for each RespTypeName. Possible???
Thank you very much for your attention.
General Ledger