Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Power Query - full join or create combine list

Hi, I have to list with generated values in Power Query: "List.Numbers(0, 25)" "List.Dates(#date(2019, 10, 27), 3, #duration(1, 0, 0, 0))"   and I want to full join it as in the pictures below. ...
  • 101Mathew's avatar
    7 years ago

    Please can you confirm why you wish to do this.  Most of the time, there is another method to achieve the same goal.

     

    To answer you question, you could pivot, then duplicate and unpivot... but the method is not ideal

     

    You could create a column column on the date table which generate your list of numbers, then all you would need to do is expand them (this would then create duplicates of your dates as required)

     

    Regards,

    Mathew