Power BI - Data Cleaning with Power Query
What will be the output of this Power Query M code?
Assuming the Sales Data table has 200 rows with 150 unique OrderIDs.
Table.Distinct(#"Sales Data", {"OrderID"})Assuming the Sales Data table has 200 rows with 150 unique OrderIDs.
