Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Compare two strings alphabetically

Hello,   I have a list of activities id and subactivities id.  I want to create an index column for each activity so the table would look like this:   Activity id Sub-activity id Index A...
  • FarhanAhmed's avatar
    4 years ago

    Does string comes with consistent value and Numbers at last ?

     

    You may want to split this column thru Power Query to sub activity and its number and then use the number column in the DAX expression.