Forum Discussion
laciodrom_80
6 years agoHelper IV
DAX HELP: TOPN VALUE IGNORING REPETITIONS
Hi all, I' ve got a table A with a column Sales containing int numbers: I'd like to create a new table B from table A populated with all the rows containing the 4 greatest numbers (maintaining re...
Anonymous
6 years agoNot applicable
Rankx is not supported because it cannot return repetitive values, you can still create ranks. And thsi dax works with my sample DQ file, give it a try.
Paul Zheng
laciodrom_80
6 years agoHelper IV
Anonymous
Ok, you're right, but creating a new table as I thought to do, my report switches to mixed mode, instead I'd like to mantain DQ. In practice I wish to display as columns in a matrix the four 4 greatest numbers (in reality the corresponding labels in another column). Yes if I created a table like you suggested and how I thought to do in a first moment, I could reach the goal but I should turn into mixed mode and I wouldn't. What would you suggest? Is it possible?
Thanks a lot