Forum Discussion
Anonymous
5 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...
danextian
5 years agoSuper User
Anonymous , Are you able to attached your pbix with the data source?
Anonymous
5 years agoNot applicable
I don't think I can share the data.
the problem occurs as soon as I pivot
= Table.Pivot(#"Changed Type", List.Distinct(#"Changed Type"[Status]), "Status", "Count")