Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Try your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now

Reply
jmg80525
Helper II
Helper II

Sort Array ASC Label Members as BEG, MID and END

Greetings.  I prefer to be able to do this utilizing M instead of DAX.  I have a table that will have two columns: one is the ID (Text) and the other, MD, contains integers.  I want to sort the table and then calculate a new column called POSITION to identify the first member of each unique ID array as BEG, the last as END, and all others as MID.  Example:

ID     MD    POSITION

A       1       BEG

A       2       MID

A       3       MID

A       4       END

B       3       BEG

B       7       MID         

B     12       MID

B     30       END

.....

Thanks.

1 ACCEPTED SOLUTION
Anonymous
Not applicable

You can groupby the following:

Group.png

Expand the table out

Add a conditional column with


Condition Column.png

Remove columns and set data types. Final Table:

Final Table.png

View solution in original post

1 REPLY 1
Anonymous
Not applicable

You can groupby the following:

Group.png

Expand the table out

Add a conditional column with


Condition Column.png

Remove columns and set data types. Final Table:

Final Table.png

Helpful resources

Announcements
Fabric Data Days is here Carousel

Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.