Forum Discussion
M0hamedFazil
1 year agoHelper II
Row filtration while expanding table
Hi Community, I have a requirement where I have to pull files from the folder and combine all the files into Source. There are contents of previous file in each file. For instance, If I have data ...
- 1 year ago
1, combine all the data without any filters and keep the filenames
2, add a new step with this code
=Table.Combine(Table.Group(Source,"date",{"n",each List.Last(Table.Group(_,"filename",{"t",each _})[t])})[n])
wdx223_Daniel
1 year agoCommunity Champion
1, combine all the data without any filters and keep the filenames
2, add a new step with this code
=Table.Combine(Table.Group(Source,"date",{"n",each List.Last(Table.Group(_,"filename",{"t",each _})[t])})[n])
M0hamedFazil
1 year agoHelper II
Hi wdx223_Daniel
I have Tried this and this works perfectly. Thanks
Regards
Fazil M