Forum Discussion
Anonymous
4 years agoNot applicable
Fill Down till next new value
I have to create a parent-child hierarchy and was wondering if there's a way for me to fill down until next new value in power query. So as soon as the value in Attribute 1 changes I want the fill do...
- 4 years ago
The way to do this is to do a Group By on the first column and then apply the fill down to the summary table on each row.
Have a go and if you get stuck, repost your data in a text format and i'll have a try (tomorrow)
HotChilli
Community Champion
4 years agoThe way to do this is to do a Group By on the first column and then apply the fill down to the summary table on each row.
Have a go and if you get stuck, repost your data in a text format and i'll have a try (tomorrow)
Anonymous
4 years agoNot applicable
Thank you this worked!!