Forum Discussion

akshaydz's avatar
akshaydz
Frequent Visitor
8 years ago
Solved

Incrementing column based on another column

I am looking to generate an incrementing column for my table as shown below   Can anybody help me with DAX function or M code to populate the Expected column as above 
  • Zubair_Muhammad's avatar
    8 years ago
    Colum=rankx(filter(table1, [product] =earlier([product])), [date],, asc, dense)