Find overlapping time periods using #PowerQuery – Part 2

Find overlapping time periods using #PowerQuery – Part 2

Follow @gilra In my last blog post here, I introduced the overlapping time periods challenge and shared the M queries for the solution. In today’s post, we will go through the solution in details. The Challenge Your input data is a table with start and end dates...
Find overlapping time periods using #PowerQuery

Find overlapping time periods using #PowerQuery

Follow @gilra In Chapter 11 of my book, I introduced the Cartesian Product technique that enables you to combine two datasets in order to apply a calculation or filtering on each combination of paired records. In this article, you will learn how to apply this...