Forum Discussion

Stephy_99's avatar
Stephy_99
New Member
4 years ago
Solved

Quick help! New Column (Same ID - Same Value)

Hi everyone!

I need some urgent help with this problem, I think it's a quick measure but I couldn't figure out yet.

I have a columns with ID of Boxes and I need another column ("NewColumn" in the example) with a number only if they have the same ID

Thanks a lot!!

 

  • Hi,

    Create the new column in your table and use the Rankx function :

    Rank = RANKX(Sheet149, Sheet149[ID Box], , ASC , Dense)

     

2 Replies