Forum Discussion
Anonymous
8 years agoNot applicable
Ranks with difernt dates
Hello, I have three diferent tables with a ranking clasification for a "$/kg" measure for 3 difernet products, I need your help to filter the ranks for each date and for each product, don“'t kno...
- 8 years ago
Try RANKX().
Something like below as calculated column.
=RANKX(FILTER(TableName,[Date]=EARLIER([Date])),[$/kg],,ASC)
Chihiro
Solution Sage
8 years agoTry RANKX().
Something like below as calculated column.
=RANKX(FILTER(TableName,[Date]=EARLIER([Date])),[$/kg],,ASC)