Power BI - Power Query Editor
Given a column 'Sales' with text data type containing values like '100', '200', '300', what will be the result of this DAX measure after changing 'Sales' to Whole Number type?
Total Sales = SUM('Table'[Sales])