Cthulhu
I may be a 3rd guy... Looks like I may be using this work.
I would have preferred a Power Query based solution, as the mix of PQ and using add column or measure is a bit too unpredictable for a beginner like me. I have lots of PQ in a complex table, along with using this, as an add column.
It worked! But devs are buffled as to how it is all works.
Amazing work - I've just signed up to say thank you!...
- Greg_Deckler7 years agoCommunity Champion
eugenm - Glad it is of use! It was a fun one to put together. For a Power Query version, your best bet would be ImkeF !
- ImkeF7 years agoCommunity Champion
I call that "Nested Index"-column: https://www.youtube.com/watch?v=-3KFZaYImEY
Table.Group(YourTable, {"Animal"}, {{"All", each Table.AddIndexColumn(_,"Index",1,1), type table}})
and expand ;)
- eugenm7 years agoHelper II
Thank you. I will circle back, should I have any questions.
Your help is much appreciated.