Excel Power Query - How to create final table based on Joins

烈酒焚心 提交于 2019-12-13 03:53:59

问题


Can you please help me in creating a final table using Excel Power Query based on the logic mentioned in below screenshot:


回答1:


I resolved it by myself. Following are the steps: 1) I created a unique country code list with 1 column (Origin & Destination) 2) Left join with Origin table and then got the destination code from common table 3) added a custom column to get all rows except where origin = Destination.

In this way I got the Outbound column values.



来源:https://stackoverflow.com/questions/49453462/excel-power-query-how-to-create-final-table-based-on-joins

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!