Forum Discussion
schilders
Helper I
2 years agoHow to Pivot Columns and Use Static Column Headers?
I have a business object that attempts to pivot a dollar amount into one of serveral categories. The applied step is as follows: Table.Pivot(#"Duplicated Column1", List.Distinct(#"Duplicated Colum...
Ashish_Mathur
Super User
2 years agoHi,
Before the Unpivoting step, replace the null with blank. If this does not help, then share some data to work with and show the expected result. Share data in a format that can be pasted in an MS Excel file.