Power BI - Data Cleaning with Power Query
You wrote this DAX measure:
But it returns an error. What is the problem?
Measure = IF(Sales[Amount] = BLANK(), 0, Sales[Amount])
But it returns an error. What is the problem?
