I'm brand new to Power Query, and I need to add a date column to my data. The tables that my data is built from are named with the last 6 digits representing the year and month. From the table name, I would like to get the last date of the month. For example, the September 2020 data is in a table named t_202009, and I would like 9/30/2020 in a new date column.
I tried to use "Add Column From Examples...", but it seemed to require that I give it a new example for every table. This isn't practical, as I want this column to auto populate as new tables are added for future months.
What is the best way to get this result?
I tried to use "Add Column From Examples...", but it seemed to require that I give it a new example for every table. This isn't practical, as I want this column to auto populate as new tables are added for future months.
What is the best way to get this result?