I have a scenario to validate each row in Table 1 with all the conditions in Table 2 to make a decision whether to approve or reject a request in power Query, Is it possible?
Please refer to the sample tables below
Table 1
Users Start Date End Date Fully paid Decision
A 1/1/2021 5/1/2021
B 1/2/2021 5/2/2021 No
C 5/3/2021 Yes
D 1/4/2021 No
E 1/5/2021 5/5/2021 Yes
F 5/6/2021 No
Table 2
Conditions Decision
If start date and end date are not null Approve
If start date and end date are null but fully paid is Yes Approve