Forum Discussion
joshua1990
4 years agoPost Prodigy
Rank based on two columns
Hi experts! I know, there have been a lot of posts regarding this, but they have not been useful for me. The objective is to have a ranking based on two columns. I have a dimension table (Table...
amitchandak
4 years agoSuper User
joshua1990 , Need some data to suggest for column1 and column 2. If they are numbers
Rank1 =
RANKX ( ALLSELECTED ( 'Table Dim'[Product] ), [Column1]+ [Column2] )
Rank1 =
RANKX ( ALLSELECTED ( 'Table Dim'[Product] ),calculate( [Column1]+ [Column2] ) )