Forum Discussion
anna-lee
Helper I
3 years agoConditional column to apply only on first instance
Hi, I'm having difficultly creating a conditional column to only apply on the first instance and populate "null" afterwards. I have an Index column with no duplicates, but I'm currently still reci...
- Anonymous3 years ago
You can make a duplicate query, add an index, find the first instance of your value, and then use that index number as the parameter for Table.SplitAt. Then you can transform on your bottom table, and then Union (Table.Combine) your tables back together.
--Nate
Anonymous
3 years agoNot applicable
You can make a duplicate query, add an index, find the first instance of your value, and then use that index number as the parameter for Table.SplitAt. Then you can transform on your bottom table, and then Union (Table.Combine) your tables back together.
--Nate