Results 1 to 3 of 3

Powrer query M code Combine List of list of numbers

Threaded View

  1. #1
    Forum Contributor
    Join Date
    08-03-2021
    Location
    London
    MS-Off Ver
    365
    Posts
    771

    Powrer query M code Combine List of list of numbers

    Hi,
    having zipped together two numerical lists I would like to combine them,

    if they were text it would be ;

    Source    =  List.Zip({ {"A", "B", "C"} ,{"D", "E", "F"} }  )
    then
    List.Transform(  Source, (_)=> Text.Combine( _, "  " ))
    but the two lists are number so I first need to convert to text, I've tried Text.From( ,

     = List.Transform( List.Zip( {  ListOne, ListTwo  } ),(_)=> Text.From(_))
    What do I need to do to combine each list, I've attached workbook with Power query Text example.


    Richard.
    Attached Files Attached Files

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Excel formula to combine a list of girls and boys into one list
    By sunboy in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-07-2022, 05:13 AM
  2. Combine Product List and Attribute List
    By Stasi_B in forum Excel Programming / VBA / Macros
    Replies: 17
    Last Post: 03-31-2020, 04:02 PM
  3. Replies: 7
    Last Post: 02-25-2020, 10:04 AM
  4. Replies: 1
    Last Post: 02-07-2018, 08:00 AM
  5. [SOLVED] re-numbering a list of numbers based on another list of numbers to get a sequential order
    By ryan.wherry in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 11-10-2014, 03:27 PM
  6. Combine IF Statements with Other Functions to List of Numbers
    By pcarman in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-09-2013, 10:25 AM
  7. Replies: 0
    Last Post: 09-12-2011, 06:32 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1