#"Changed Type1" = Table.TransformColumnTypes(#"Removed Columns",{{"2", type date}, {"5", type date}, {"8", type date}})
You're going to end up with a very wide table!my list can evolve over several hundred rows
I don't understand the reasoning behind the step Integer-Divided Column in the Table1 query; it puts all zeroes in the Modulo column.
You're going to end up with a very wide table!