+ Reply to Thread
Results 1 to 8 of 8

Power query, replace multiple column values dependent on other column values

Hybrid View

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

    Re: Power query, replace multiple column values dependent on other column values

    I know this is answering own question but I've come up with a a better way,

    Liist.Accumulate( Source [Name], Start, (S,C)=>  Table.AddColumn( S, C, (A)=> Text.Contains( Source { [Name = C ] }[Item] ,  A[Item] ) ))
    which might make more sence seen working, attached.

    Richard.
    Attached Files Attached Files

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 3
    Last Post: 03-01-2024, 03:59 AM
  2. Replies: 4
    Last Post: 11-27-2023, 11:47 AM
  3. [SOLVED] Power Query, Transform Column by values in another columns
    By Dicken in forum Office 365
    Replies: 2
    Last Post: 06-30-2023, 09:10 AM
  4. Replies: 4
    Last Post: 04-20-2023, 04:02 AM
  5. Replies: 0
    Last Post: 04-19-2023, 01:13 PM
  6. [SOLVED] Replace multiple values in power query
    By Mayasak in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-22-2023, 01:35 PM
  7. Replies: 3
    Last Post: 11-24-2021, 02:22 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