Power BI - Data Cleaning with Power Query
You used this M code to pivot a column:
but it returns an error. What is the most probable reason?
Table.Pivot(Source, List.Distinct(Source[Type]), "Type", "Value")
but it returns an error. What is the most probable reason?
