Guinaba
Board Regular
- Joined
- Sep 19, 2018
- Messages
- 233
- Office Version
- 2016
- Platform
- Windows
Hi experts,
I need to create in Power Query the column SKU Logic:
Using the following logic: if Week# col. has the lowest value and Code col. value (r) = value (r+1) then 0 else 1. Any help much appreciate it.
I need to create in Power Query the column SKU Logic:
Using the following logic: if Week# col. has the lowest value and Code col. value (r) = value (r+1) then 0 else 1. Any help much appreciate it.
Week# | Code | SKU Logic |
1 | 123 | 0 |
2 | 123 | 1 |
3 | 123 | 1 |
4 | 123 | 1 |
5 | 123 | 1 |
6 | 123 | 1 |
7 | 123 | 1 |
1 | 234 | 0 |
2 | 234 | 1 |
3 | 234 | 1 |
4 | 234 | 1 |
5 | 234 | 1 |
6 | 234 | 1 |
7 | 234 | 1 |
1 | 567 | 0 |
2 | 567 | 1 |
3 | 567 | 1 |
4 | 567 | 1 |
5 | 567 | 1 |
6 | 567 | 1 |
7 | 567 | 1 |