Power Query - Bulk Replace Values in One Step 🔄📊

Поділитися
Вставка
  • Опубліковано 21 жов 2024

КОМЕНТАРІ • 18

  • @garywilhelm2299
    @garywilhelm2299 Рік тому +6

    This is a truly great video. I have watched several bulk replace videos from other PQ UA-camrs and BA Sensei has by far the most efficient code for accomplishing this task. It is genius to use the 3rd (default transformation) argument of the Table.TransformColumns function to replace values in ALL columns using the translation table. Great stuff!

  • @patrickyoung2106
    @patrickyoung2106 Рік тому +1

    Yes, back with another tutorial!!!

  • @hseyedagha
    @hseyedagha 11 місяців тому

    That was awesome, saved me 5 hours probably and increased performance hugely.

  • @kebincui
    @kebincui Рік тому +1

    Excellent👍👍

  • @roywilson9580
    @roywilson9580 Рік тому +1

    That's a neat trick :)

  • @siddheshamrutkar8684
    @siddheshamrutkar8684 Рік тому +1

    Superb.. 🤘

  • @mnowako
    @mnowako 5 місяців тому

    Mind blowing! Many thanks!

  • @bghneim
    @bghneim 8 місяців тому

    Excellent thank you

  • @jianlinchen7978
    @jianlinchen7978 Рік тому

    勉強になりました

  • @Rahul.parmar8439
    @Rahul.parmar8439 6 місяців тому

    replace bulk with begin with replace possible
    Example name in Mr. Dr. Miss Miss.. m/s begin with value replace use to power QUERY possible

  • @josh_excel
    @josh_excel Рік тому +2

    If you wish to replace partial values like letters in a word, I have a couple of methods include this one using recursion:
    ua-cam.com/video/VWFYE-DOylo/v-deo.html

  • @ajayrathod7777
    @ajayrathod7777 2 місяці тому

    getting error in last step :Expression.SyntaxError: Token Comma expected. code = Table.TransformColumns(Source, {}, each List.ReplaceMatchingItems({_}, Find_Replace List){0})

  • @alterchannel2501
    @alterchannel2501 8 місяців тому

    this is great, you are the only one who nailed this solution . others use list.accumulate, but that method doesn't work properly. Only one question, on very big datasets will this be slow considering that it is iterating all the table and not just the column we want to change?

  • @thebhaskarjoshi
    @thebhaskarjoshi 11 місяців тому

    Superb.. 🤘