Blog Post

Power BI Community Blog
1 MIN READ

New August Update on ORDERBY function in DAX

truptis's avatar
truptis
Icon for Community Champion rankCommunity Champion
3 years ago
Below is the syntax for ORDERBY function: ORDERBY([<orderby_expression>, <order>[,<orderby_expression>[,<order>]] ...]]   Example:  ORDERBY(SUM(column name), DESC/ASC)   But with the new ...
Published 3 years ago
Version 1.0