Power Query - Bulk Replace Values in One Step 🔄📊

SdĂ­let
VloĆŸit
  • čas pƙidĂĄn 11. 09. 2024
  • 🚀 Dive into today's tutorial as we unlock the secrets of Power Query! Learn how to swiftly replace values in bulk, making your data processing smoother than ever. 📊 Whether you're dealing with errors, inconsistencies, or just need an update, this guide has got you covered. 🧠 Master the art of bulk editing in Power Query and transform your data analysis game! đŸ”„
    #dataanalytics #data #powerquery #mquery #powerbidesktop #powerbi
    Links
    File Link
    github.com/jbo...
    Functions Links
    table transform columns
    learn.microsof...
    list.replacematchingitems
    learn.microsof...
    table.torows
    learn.microsof...

Komentáƙe • 18

  • @garywilhelm2299
    @garywilhelm2299 Pƙed rokem +5

    This is a truly great video. I have watched several bulk replace videos from other PQ CZcamsrs 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 Pƙed rokem +1

    Yes, back with another tutorial!!!

  • @hseyedagha
    @hseyedagha Pƙed 9 měsĂ­ci

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

  • @mnowako
    @mnowako Pƙed 4 měsĂ­ci

    Mind blowing! Many thanks!

  • @roywilson9580
    @roywilson9580 Pƙed rokem +1

    That's a neat trick :)

  • @kebincui
    @kebincui Pƙed rokem +1

    Excellent👍👍

  • @siddheshamrutkar8684
    @siddheshamrutkar8684 Pƙed rokem +1

    Superb.. đŸ€˜

  • @bghneim
    @bghneim Pƙed 7 měsĂ­ci

    Excellent thank you

  • @jianlinchen7978
    @jianlinchen7978 Pƙed 11 měsĂ­ci

    ć‹‰ćŒ·ă«ăȘă‚ŠăŸă—ăŸ

  • @josh_excel
    @josh_excel Pƙed 11 měsĂ­ci +2

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

  • @Rahul.parmar8439
    @Rahul.parmar8439 Pƙed 4 měsĂ­ci

    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

  • @alterchannel2501
    @alterchannel2501 Pƙed 7 měsĂ­ci

    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?

  • @ajayrathod7777
    @ajayrathod7777 Pƙed měsĂ­cem

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

  • @thebhaskarjoshi
    @thebhaskarjoshi Pƙed 10 měsĂ­ci

    Superb.. đŸ€˜