Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago

Rankx Breaking when field is being sorted?

Hello all.   I need to RankX my sales over Month/Year.   DAX is: Year/Month Rank (Master) = IF(HASONEVALUE('(SQL) Cart'[Related_Year_Month]),RANKX(ALL('(SQL) Cart'[Related_Year_Month]),[Master]...