Forum Discussion
Multiple Condition SelectRows
- 3 years ago
Hi, unowho14
don't we use ',' inside the let statement? try removing the 'and'
let
EntryDate = [EntryDate],
PersonID = [PersonID]
and try removing the extra bracket, this should work without the bracket.
...each [EffectiveDate] <= EntryDate and [PersonID] = PersonID), "EffectiveDate" )...
Hi, unowho14
don't we use ',' inside the let statement? try removing the 'and'
let
EntryDate = [EntryDate],
PersonID = [PersonID]
and try removing the extra bracket, this should work without the bracket.
Hi unfortunately my Power Query got deleted by accident and I'm banging my head against the wall again on this. Below is not working. I am simply trying to pull the rate from the second table into the first table with 2 conditions. I'm not sure why this is so hard for me..
Table 1: TimeEntries (Grouped rows in below)
Field: Period_From
Field: Resource_No
Table 2: Rates
Field: Effective_Date
Field: Resource_No
Field: Rate