Forum Discussion
c_d_m
2 years agoRegular Visitor
RARNKX duplicating column values and wrong when filtering
I have the follwing model: and a rank measure which is the following rankAccumlatdAmount = RANKX(ALL('codeNameTable'[Code]),CALCULATE(SUM('ammountTable'[Ammount])),,DESC,Dense) Which wo...
c_d_m
2 years agoRegular Visitor
Hi, can´t attach but this are my two tables
and this is the connection between tables