Forum Discussion
Stephy_99
4 years agoNew Member
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 e...
- 4 years ago
Hi,
Create the new column in your table and use the Rankx function :
Rank = RANKX(Sheet149, Sheet149[ID Box], , ASC , Dense)
MahyarTF
Memorable Member
4 years agoHi,
Create the new column in your table and use the Rankx function :
Rank = RANKX(Sheet149, Sheet149[ID Box], , ASC , Dense)