Forum Discussion
Anonymous
6 years agoNot applicable
we cannot replace value null to type text
Looking for a simple solution I am pivoting a table to create a column for each value = Table.Pivot(#"Changed Type", List.Distinct(#"Changed Type"[Status]), "Status", "Count") it is returning some...
Anonymous
6 years agoNot applicable
Here is a screen shot. once pivoted, I can't get the nulls replaced with zeros to save back