Forum Discussion
pedanticpad
6 years agoHelper II
Power Query - Join/Merge based on Date between 2 dates
Hi, I have two tables, a period table and a sales table. I need to use the invoice creation timestamp on the sales table and assign the week number from the period table where the timestamp is betwe...
- 6 years ago
Hi there,
there is actually a pattern for this task that will probably increase speed: https://www.skillwave.training/vlookup-true-in-power-query/
Also see attached file.
It delivers correct results if the intervals are without gaps like in the data pedanticpad gave in his initial thread.
ImkeF
6 years agoCommunity Champion
Hi there,
there is actually a pattern for this task that will probably increase speed: https://www.skillwave.training/vlookup-true-in-power-query/
Also see attached file.
It delivers correct results if the intervals are without gaps like in the data pedanticpad gave in his initial thread.
pedanticpad
6 years agoHelper II
ImkeF edhans , thanks so much for your help. The pattern is actually an incredibly simple solution that just works and adds no time at all to the refresh.