Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Create table of difference between two tables from a source

I have several files combined using power query. The first table is the data for the base file while the second table is the data for the compared file. The 2 tables are obliged to several universal ...
  • v-yanjiang-msft's avatar
    4 years ago

    Hi Anonymous ,

    According to your descriptin, here's my solution.

    In Power Query, select Cruzer Capacity Plan table, then click Merge Queries>Merge Queries as New.

    Merge tables with the date column.

    Then add two custom columns.

    unit difference=[Compared.Unit]-[Unit]
    percentage difference=[unit difference]/[Unit]

    Remove unwanted columns, get the new table.

     

    I attach my sample below for reference.

     

    Best Regards,
    Community Support Team _ kalyj

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.