Skip to content

Instantly share code, notes, and snippets.

@ncalm
Created November 15, 2022 19:09
Show Gist options
  • Select an option

  • Save ncalm/76d863b0f10a814ff1a6156d98edd774 to your computer and use it in GitHub Desktop.

Select an option

Save ncalm/76d863b0f10a814ff1a6156d98edd774 to your computer and use it in GitHub Desktop.
M function to cross join two lists
(list1 as list, list2 as list) as list => List.TransformMany(list1, each list2, (x,y) => {x,y})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment