Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Rank Orders based on Date

Hi all,   I have the following dilemma:   I am trying to create a calculated column that would show me (based on the date of the order), the rank of that order for the specific customer. Example...
  • PattemManohar's avatar
    7 years ago

    Anonymous Please try this as a "New Column"

     

    Rank = RANKX(FILTER(Test114Rnk,Test114Rnk[Customer]=EARLIER(Test114Rnk[Customer])),[Date],,ASC,Dense)