Forum Discussion

SJ25's avatar
SJ25
Resolver I
6 years ago
Solved

Generating number sequence based on condition

Hello All,

 

I have a table with 2 columns Order number and Steps, and I am want to add a third column that will give me a sequence number based on the order number. An Example of what I want is shown in the table below:

 
Order NumberStepsSequence Number
1111A1
1111B2
1111C3
1112B1
1112D2

 

Any suggestions on how I can accomplish this or what the DAX formula should look like?

 

Thanks

4 Replies