Power BI - Data Cleaning with Power Query
What will the following DAX expression return?
If the 'Sales[Amount]' column contains only blank values?
Result = COALESCE(MAX(Sales[Amount]), 100)
If the 'Sales[Amount]' column contains only blank values?
