5 Surprising Power Query Tricks You Need to Know!

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

КОМЕНТАРІ • 68

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

    Download the File ⬇ - goodly.co.in/5-surprising-power-query-tricks-need-know
    Check out the M Language course ↗-- goodly.co.in/learn-m-powerquery/

  • @michaelt312
    @michaelt312 Рік тому +5

    Absolutely mind blowing. Honestly knew none of these. You've quickly become my favorite Excel/PQ/BI channel. Honestly probably my second favorite UA-cam channel in general. Sorry, I am a big Nebraska Cornhusker fan, so a channel about them will always be top.

  • @mecorowa5642
    @mecorowa5642 10 місяців тому

    Thank you for your content. It’s fantastic to see the possibilities of m-code. 😊
    4:54 one can also use “#(lf)” in order to split in rows.
    To aggregate numbers I use the following code
    {"S_Qty", (r) => Text.Combine(List.Transform(r[Qty], each Text.From(_)),"#(lf)"), type text },

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

    The power interruption was so funny!! So Real! So Organic!!

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

    Love the content and what you provide for all us out here in the "dataverse". Really enjoyed that you kept the power outage in, reminding us all that content creators have technical difficulties too. Nice job all around 😁

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

    7:21 Wow, that is a really awesome trick! Thank you, Chandeep!!! You are the best at Power Query!!!

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

    Amazing thanks 🎉
    At the moment im struggling with one task, maybe you can support me how to do.
    Task:
    Which two items are the most frequently used item. Consider the transaction code.
    Table 1:
    Column A: transaction
    Column B: item
    Column C: quantity
    Table 2:
    Column A: all possible combination of the items
    Column B: (result) how often the combination has been used.

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

    By using the second trick we can bypass one of the concepts shared in your video about a list where you used a list to automatically remove errors to null.
    In that scenario you tranposed the table and then converted to list by saying Table.ToColumns but we could use Table.ToRows to do that I guess
    Thanks for your tricks

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

    That trick with using records to make multiple columns is so clutch!!!

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

    I’ve watched this a few times since you uploaded it and I never *not* laugh at your reaction to the lights going out.
    Great video as always.

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

    What is the short cut key you use to format the M code in the formula bar especially the indentation?

  • @m.bouguerra
    @m.bouguerra Рік тому

    hi and big thank you for all these tips...
    I have a little problem with the first tip, I did exactly like you but the line break does not work in my editor .. possible that there is a setting in the power query parameters?
    thank you for answering me

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

    Craziest most amazing power query guy. Suuuuper valuable, so looking forward running through your courses! Thank you!

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

    Thanks. Also, we can use Table.Column to create a combined list ?

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

    Mind-blowing tricks !!! I can really be honest and say that I don't regret any cent getting your M-Language in PQ (it is not like promo but the truth from my side). That is/was a jewel, a couple of these things are already there (like this with "is number", or transpose part).
    Additionally, is there any video or something where you provide shortcuts in PQ, like operating in advanced editor, moving, shifting etc? So everything that is useful.

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

      ua-cam.com/video/Hh1A2oiyenM/v-deo.htmlsi=fW3tJa59F6M3r6iE

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

    absolutely outstanding explanation

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

    Could You make series about data modelling? Its so many videos about Power BI Tool it self but so less good videos with deep dive in data modelling and DB theory.

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

    This tutorial has actually told me that i am not effectively utilizing power query

  • @danishnawaz3651
    @danishnawaz3651 10 місяців тому

    Sir, plz make video for below.
    If
    1 table has 9 column,
    2 table has 10
    and 3 table has 8 .
    Then how can we make equal all column for all table.. like we want to insert dummy column for missing column in tables and make equal like 10 column for each table.

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

    I just used trick nº 3... Thanks for sharing... PQ it's magic...I love it ¡¡¡¡¡¡¡¡

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

    Awesome Sir. Thank you very much for sharing such great knowledge

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

    On the first trick using the "Shift-Enter" to create multi-row output: this does not seem to translate to in-cell carriage returns in Excel like the "Alt-Enter" in Excel. Did I miss something? Also, I would wrap a "List.Sort()" around the "List.Distinct()" to create sorted output for the "List.Combine()". Thanks for all you do. Great job.

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

      I have the same problem, it might be the difference among excel versions. Would Chandeep help look at this particular problem?

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

    Hi Goodly, thank you for the amazing content as usual, I have a question regarding trick number 1 @4:40 when you used Shift + Enter, each of the products shows in a different row, however when you load the data they are still in the same cell and they become concatenated, thoughts on that please, thank you again

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

      Hey Goodly, hi again, found the solution for my answer, when the table is load , i just had to go to column Products and on the home tab of excel, just hit the warp text. 😉

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

    Brilliant! Thank you for all the knowledge!!!!

  • @y1.5
    @y1.5 Рік тому

    UA-cam algorithm working properly 👍🤝

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

    Hello sir, I like your videos and I have learned so much from ur videos, recently I have shifted to Dubai because of my Excel skills which I have been able to develop from you, can we meet sir if possible 😊😊

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

    I ALWAYS learn something good from your videos!!!

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

    You video is full of awesome M code info. My M code experience is basic and after watching this video, I have an open mind on the possibilities. Thank you! How do you mark the screen, red pen while you're recording? I want to do this on my Power BI videos for enablement sessions.

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

      Personally I use ZoomIt which is a WIndows SysInternals Tool. I think Leila G did a good video on SysInternals Tools.
      I've just realised I can draw boxes and lines with Ctrl & Shift respectively! Yay! :D

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

      Zoomit

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

    I used the shift enter today for the first time - in DAX in power pivot!! - because it does not recognize unichar/char(10)

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

    Hi chandeep, I've learnt many concepts from you. Thank you so much.
    In this video, you have said to create multiple columns with record, may I know any performance improvement instead of AddColumn. Please let me know.

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

      I haven't seen any performance degradation by creating multiple columns using records unless you're doing something funky. It make the query shorter and doesn't lose or gain on performance.

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

      Then really I would love to do this way, as it so elegant and clean way.
      Some times I use List.Accumulate to avoid multiple columns, if my column additions has a pattern, with this new insight, I can do better with a mix of both. Thanks for your response.

  • @meghanajoshi9307
    @meghanajoshi9307 4 місяці тому

    Can you suggest solution for months data which is given in row format like Apr'23, May'23 and so on in a single row of the huge data of 3k+ rows

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

    Very nice! Speaking of custom functions, I'd love to see a video on how to properly document a custom function - especially so that the function still works with intelitype!

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

    Is there a way to create a dynamic number of power query tables based on the number of rows in a parameter table? I have an "Admin" sheet that contains a parameter table with 1 column "EntityName". and a fact table (with EntityName) as one of the fields. The user will input the entity names into the parameter table and click generate sheets. Using VBA, a sheet will be created for each row in the parameter table. I want to be able to output a table in each of the generated sheets that filters the fact table by the entity for each sheet. For example if 2 sheets were created (Entity A and Entity B), I would want to output a table on the Entity A sheet that is a filtered fact table for only EntityName = "Entity A". Same for Entity B. Any ideas if this is possible/if you see a better solution using only PowerQuery (rather than VBA)??

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

    Are your coursed available on udemy?

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

    Thank you for this important information it is really hepful

  • @ExcelTutorials1
    @ExcelTutorials1 7 місяців тому

    Love the tutorial, thanks for the tips!

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

    As always, Amazing!!

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

    great recovery from the power cut :) Great content as always.

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

      Yeah.. It was only 2 hours in a snap of millisecond.

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

    Trick number 3 is awesome 👍

  • @SandipanSarkar-c8v
    @SandipanSarkar-c8v 11 місяців тому

    finished watching

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

    Just to add loved the custom messages at the end. 😀😀

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

    12:36 Why are they blurred out?

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

    Vraiment super vos vidéos ! 👍👌

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

    Awesome! But where did the light go? :D

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

    Thank you, mr. nike boss!🤗

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

    Million thanks

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

    Fantastic!!!!!!!!

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

    Wow treasure tricks

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

    I should say This guy....This guy is wooooow

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

    Wonderfull!!!

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

    awesome!

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

    excellent

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

    How this channel is underrated. It's an amazing channel to learn. Thank a lot @goodlyChandeep

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

    oh man !

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

    Did not know the 'is', I've often used Vaue.Type as a condition in an if statement,
    is may be simpler. Re records, is there any way to transform a column by the value in another column.
    so; Table.TransformColumns(
    Table.FromRecords(
    { [A = 3 , B = 2 ], [A = 2 , B = 3] , [A = 4, B = 5 ] }
    ), { "B", each _ * [A] } ) I know this does not work but illustrates what I've been trying to achieve for ages.
    The best I've got involved torows / join / totable etc.

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

      Unfortunately referencing other columns is not possible in Table.TransformColumns but there is workaround. I've got to make a video on that too!

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

    Very useful content. Thank you @GoodlyChandeep