Forum Discussion

Capounet's avatar
Capounet
Copper Contributor
May 17, 2023
Solved

how to change values from one table to another

I have two tables that share the same columns structure (43 columns with 1 serial key column). Table A: raw extract but can contain false value. Table B: contain a few lines with correction for s...
  • Riny_van_Eekelen's avatar
    May 18, 2023

    Capounet See if the attached file contains the PQ solution that works for you. It involves unpivoting each table first, then merge and expand and then add one custom column. Remove some columns and pivot again to come up with the desired result. It's all done by clicking in the UI. No complex M-coding required. It should not affect performance all that much on tables with 43 columns. But give it a try.

Resources