Power BI - Power Query Editor
Given this DAX expression:
What will be the order of rows in SortedTable?
SortedTable = SORTBY('Sales', 'Sales'[Amount], DESC)What will be the order of rows in SortedTable?
