Power BI - Power Query Editor
What will be the output of this Power Query step?
Assuming Source has duplicate CustomerID values.
Table.Distinct(Source, {"CustomerID"})Assuming Source has duplicate CustomerID values.
