Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Create a nested table column in a table with date ranges from another table

A little background; I'm trying to consolidate two different data sets. One contains among other things a batch code, start date and end date and the other is simply a huge continuous time stamped lo...
  • dax's avatar
    7 years ago

    Hi pwildmann,

    I think you need to merge two tables into one by using merge queries or  function like below

    Table.SelectRows( Categories , (Magic) => Text.Contains( [LandingPage] , Magic[KeyPhrase] ) ), Then you could try create a custom column by compare each row

    You could refer to PowerQuery(M)agic: Conditional Joins using Table.SelectRows() for details.

    Best Regards,
    Zoe Zhi

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.