Results 1 to 4 of 4

Power query convert list of list to list of tables

Threaded View

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

    Power query convert list of list to list of tables

    I have a list of list, and have used ;

    List.Transform(  Custom1, (_)=> Table.FromList(_) )

    to get a list of tables but some of the values are numbers not text, so I first tried

    I've used ;

      List.Transform(   {1..10} ,(_)=> Text.From(_))
    ,

    which works, so I need to get at the values in each list and convert them to text and
    then Tablefromlist might work,

    But my first part is how can I convert the numbrers in the list of lists to text?

    RD
    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] Power Query List.Contains
    By Dicken in forum Office 365
    Replies: 10
    Last Post: 07-06-2023, 07:44 AM
  2. Replies: 2
    Last Post: 05-12-2023, 07:35 AM
  3. [SOLVED] Power query M transform list of list to text
    By Dicken in forum Office 365
    Replies: 6
    Last Post: 04-03-2023, 09:44 AM
  4. [SOLVED] Power query concatenate to a list
    By Dicken in forum Office 365
    Replies: 2
    Last Post: 02-27-2023, 10:57 AM
  5. Power Query Concatenating a list of Dates
    By Dicken in forum Office 365
    Replies: 5
    Last Post: 12-14-2022, 09:57 AM
  6. Transpose List in power query
    By JyothiGrace in forum Excel General
    Replies: 2
    Last Post: 07-01-2022, 08:45 AM
  7. Replies: 8
    Last Post: 10-21-2020, 03:02 AM

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