I have an Excel data table that I import into Power Query so I can perform various tasks such as unpivoting and merging of tables.
My source table, however, is frequently changing, such as adding/removing columns, and adding extra date columns (for instance, my table has a column for each month, and I regularly need to add new columns/months).
Power Query does not seem to handle this well. In particular, the first line after importing into Power Query, where Power Query goes through each column and guesses what type of data the column has, does not update for new columns.
Is there any way to make Power Query more dynamically reflect column changes or at the very least re-run that initial "import" step so it recognizes my most up to date columns?
My source table, however, is frequently changing, such as adding/removing columns, and adding extra date columns (for instance, my table has a column for each month, and I regularly need to add new columns/months).
Power Query does not seem to handle this well. In particular, the first line after importing into Power Query, where Power Query goes through each column and guesses what type of data the column has, does not update for new columns.
Is there any way to make Power Query more dynamically reflect column changes or at the very least re-run that initial "import" step so it recognizes my most up to date columns?