Forum Discussion

Dan_TWE's avatar
Dan_TWE
Copper Contributor
Mar 06, 2026
Solved

User input fields in power query

I have a power query table of employees from an employees worksheet in the current workbook. First Name Last Name Address Etc. Which I feed into Power Query.   I want to generate other tables ...
  • Olufemi7's avatar
    Mar 06, 2026

    HelloDan_TWE​,

    Power Query cannot preserve manual user input in columns added to a table it loads to Excel. When the query refreshes, Power Query recreates the output table and any values typed by users are overwritten.

    The recommended approach is to keep the Power Query output and the user input in separate tables and then combine them.

    Load the Power Query result (for example First Name and Last Name) to an Excel table.

    Create a second Excel table for user input that contains the same key columns (First Name and Last Name) plus the additional fields users will complete.

    In Power Query merge the query table with the user input table using the key columns.

    Expand the user input columns and load the merged result.

    This allows the employee list to refresh from Power Query while preserving user-entered values in the separate input table.

    Microsoft documentation
    https://learn.microsoft.com/power-query/merge-queries-overview