danhendo888
Board Regular
- Joined
- Jul 15, 2019
- Messages
- 167
- Office Version
- 365
- Platform
- Windows
Book1 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | |||
1 | Vendor | Order Ref | Creation Date | Total PO Amount | PO Currency | Document | Payment Amount | Payment Date | ||
2 | 1000010034 | B1111111 | 12/24/2018 | 191.78 | USD | 5100006334 | 203.84 | 1/17/2019 | ||
3 | 1000010034 | B1111111 | 12/24/2018 | 191.78 | USD | 0 | 0.00 | |||
4 | 1000010034 | C1111111 | 2/4/2019 | 400.00 | USD | 0 | 0.00 | |||
5 | ||||||||||
6 | Desired output: | |||||||||
7 | ||||||||||
8 | Vendor | Order Ref | Creation Date | Total PO Amount | PO Currency | Document | Payment Amount | Payment Date | ||
9 | 1000010034 | B1111111 | 12/24/2018 | 191.78 | USD | 5100006334 | 203.84 | 1/17/2019 | ||
10 | 1000010034 | C1111111 | 2/4/2019 | 400.00 | USD | 0 | 0.00 | |||
Sheet1 |
How can I reduce the first table into the desired output using Power Query?
Not sure how to deal with the zeroes.
Line 3 is created when I book the invoice
Line 2 is created when the invoice is paid
So in essence, for that particular invoice B1111111, I only need to see Line 2 in the output