The value parameter in DAX function RANKX
问题 Can you explain what is the job of the value parameter in function RANKX? I could not figure out from documentation what it is for:-) RANKX(<table>, <expression>[, <value>[, <order>[, <ties>]]]) Possibly, if you could submit an example how it works. 回答1: Let´s say I have to tables. Withhin this tables I can rank the games by their rating. Like this: I have a rank for the left table Rank Switch = RANKX(ALLSELECTED('Switch'[Game]); CALCULATE(SUM('Switch'[Rating]))) and one for the right table: