Forum Discussion

jpmuk's avatar
jpmuk
Frequent Visitor
3 years ago
Solved

Output Unique Rank for Same value in a table

 

IDValueAreaConcatanationDesired Output
A124AAAA1241
A124BBBA1242
A213AAAA2131
A213BBBA2132

 

Hi, 
I've got a table laid out similar to the above.  I would like to create a column that gives these values a rank based on a concatanation of the ID and Value
For example. A124 would appear twice. but i would like the first instance to display as 1, the second as 2 and so on. 

Does anyone know how I could acheive this with a DAX function?

I've managed tis in excel previously, but that was simple using the specific dynamic ranges based on cell address. 

2 Replies