Power Query - Bulk Replace Values in One Step 🔄📊

Поделиться
HTML-код
  • Опубликовано: 22 окт 2024

Комментарии • 18

  • @garywilhelm2299
    @garywilhelm2299 Год назад +6

    This is a truly great video. I have watched several bulk replace videos from other PQ RUclipsrs 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!

  • @kebincui
    @kebincui Год назад +1

    Excellent👍👍

  • @patrickyoung2106
    @patrickyoung2106 Год назад +1

    Yes, back with another tutorial!!!

  • @siddheshamrutkar8684
    @siddheshamrutkar8684 Год назад +1

    Superb.. 🤘

  • @hseyedagha
    @hseyedagha 11 месяцев назад

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

  • @mnowako
    @mnowako 5 месяцев назад

    Mind blowing! Many thanks!

  • @bghneim
    @bghneim 8 месяцев назад

    Excellent thank you

  • @jianlinchen7978
    @jianlinchen7978 Год назад

    勉強になりました

  • @roywilson9580
    @roywilson9580 Год назад +1

    That's a neat trick :)

  • @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:
    ruclips.net/video/VWFYE-DOylo/видео.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.. 🤘