Forum Discussion
jmg80525
7 years agoHelper 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...
- Anonymous7 years ago
You can groupby the following:
Expand the table out
Add a conditional column with
Remove columns and set data types. Final Table:
Anonymous
7 years agoNot applicable
You can groupby the following:
Expand the table out
Add a conditional column with
Remove columns and set data types. Final Table: