Forum Discussion
Create table of difference between two tables from a source
- 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 _ kalyjIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
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.