Power BI - Data Cleaning with Power Query
You wrote this DAX measure to get unique products:
But Power BI shows an error. What is the problem?
UniqueProducts = DISTINCT(Sales[ProductID])But Power BI shows an error. What is the problem?
