Forum Discussion
joshua1990
Post Prodigy
4 years agoRank 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
Super User
4 years agojoshua1990 , 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] ) )