Forum Discussion

delsbg's avatar
delsbg
Helper I
4 years ago
Solved

Reduce/eliminate duplicate Row Number

How would I modify this statement to get ride of the duplicate row numbers?  Ie it can be on any characteristic of the row - qty seems to be the obvious one....

 

 

  • Hi, delsbg ;

    You could try it.

    Row number = RANKX(FILTER('Table',[Part Number]=EARLIER('Table'[Part Number])),'Table'[Date]&[Qty],,ASC)

    The final output is shown below:


    Best Regards,
    Community Support Team_ Yalan Wu
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

2 Replies