Can you please help me in creating a final table using Excel Power Query based on the logic mentioned in below screenshot:
相关问题
- Excel sunburst chart: Some labels missing
- Error handling only works once
- Error handling only works once
- Power BI: How to dynamically change currency
- Excel formula in VBA code
相关文章
- Get column data by Column name and sheet name
- programmatically excel cells to be auto fit width
- Unregister a XLL in Excel (VBA)
- Unregister a XLL in Excel (VBA)
- How to prevent excel from truncating numbers in a
- numeric up down control in vba
- Declare a Range relative to the Active Cell with V
- What's the easiest way to create an Excel tabl
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.