The Magic of working with Records in Power Query

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

КОМЕНТАРІ • 117

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

    I appreciate the way you write custom column formulas piece by piece. The first example in this video demonstrates what the underscore really does. It was a lightbulb moment for me.

  • @raimundojs9547
    @raimundojs9547 Рік тому +4

    Perfect!!! That way of extracting a particular step from a query is more than awesome! I can't thank you enough!

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

    Technique to extract steps as field of record is super cool!!

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

    Especially the last one is sooo useful. Conbine this with your "advanced group by tricks" Video and your mastering a lot of data analytics, while reducing queries immensly. Thanks for sharing this!

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

    You were not wrong: the last method did blow my mind. Great stuff! Thank you!

  • @larmondoflairallen4705
    @larmondoflairallen4705 Рік тому +9

    I had no idea you could sum up columns using records. This video, the one about lists, and the one about the "each" keyword really fill in some knowledge gaps for me. Awesome content!

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

    I've just revisited this video and my initial thought for example 1 was why didn't you just hard code the column names so the add column code is a simple and readable List.Sum({[Jan],[Feb],[Mar],[Apr]})
    Then your genius struck me! I realised that your method will still work when the source data has columns in for May, June, etc. I should know never to question you Chandeep! :D

  • @Sumanth1601
    @Sumanth1601 Рік тому +3

    Hey Chandeep! Just wanted to reach out and say thanks for the great video on records in Power Query. It was super helpful and informative, and I really appreciated how clear and concise the explanations were. The examples were easy to follow and I feel much more confident in using records now. Thanks for sharing such a valuable resource!

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

    A mind blowing start to 2023! Thanks so much for this video.

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

    This is awesome! Thanks so much Chandeep. That last example of being able to reference a particular interim step is so useful. So much better than my existing workaround.

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

    Thanks for sharing the basic idea of what actually a RECORD is...

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

    Thanks a ton for the awesome videos & the great explanation you do, I've learnt a lot from your videos.
    I tried the steps you shared for converting the steps in a query to records, but unfortunately, an error was returned:
    Formula.Firewall: Query 'QueryName' references other queries or steps, so it may not directly access a data source. Please rebuild this data combination.
    No clue on how to proceed..The files are picked from SharePoint

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

    Chandeep, I've looked but haven't found anything like this, and I think it's something right up your alley.
    Imagine you have 3 tables with many rows of around 12 items, and 12 to 20 columns in each table. What you're looking to do is to Append the data of the 3 tables, then group them by the 12 items, and then get the sum of the values in the other 11-19 columns. Now this can be done through the UI, but that means having to manually aggregate the SUM of each of the 12 columns. I suspect there's a way to use the column headers as well as the items in the first column to get the total for each item by each column. What would that be?
    Thanks.

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

    It is blow my mind and thank you chandeep for your great work

  • @kbalamurugesh2010
    @kbalamurugesh2010 Місяць тому

    after converting a table with many steps in records and will i refer it for making visuals

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

    Happy New Year, These videos on theory are very important when starting as so often you can see a term used but if no ones explained what it means it can be so confusing especially when starting, examples and exercises are great, but as A.F and M.R insist we have to understand the theory.

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

    Simple concepts, very valuable information. Thanks for this video.

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

    Bhai moj ker de apne ❤
    first time pta chla ki power query me be sum ho jata hai
    Wow bhai ji ❤

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

    Wow. That's impressive. Thank you for all your great videos.

  • @surjaa.c
    @surjaa.c Рік тому

    Just a few days ago I was wondering how to extract an intermediate step from a query. I finally gave up on it and duplicated the query instead (which was obviously not as efficient). I wish I had seen this video earlier!

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

      Yep. I'm exactly the same. It was frustrating duplicating it because I knew I was making my life more difficult in the future when it came to maintaining the code.

    • @surjaa.c
      @surjaa.c Рік тому

      @@paulgallagher2987 Yes, exactly!

  • @ChristianMartinez-rv5or
    @ChristianMartinez-rv5or Рік тому

    minute 8:40 just blowed mi mind

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

    chandeep bhaaii guruji chaa gaye

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

    Hello, Chandeep! Why do you put "1" in List.Skip function (6:29) to skip first element if indexing in PQ starts from zero?! However, the function works like it supposed to.. Little confused. Thank you!..

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

      List.Skip starts the counting from 1
      Otherwise generally the indexing starts from 0

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

    Hi Chandeep!, Happy New Year to you and all of your subscribers😀. Thank you very much for sharing Great stuff!

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

    That's impressive!
    In example2 can you remove some of the steps of records in the end, let's say I only want some of the data.
    For example, I want to remove steps from records for better visibility, i just want Source, Renamed colums and grouped rows.
    I don't want to lose those steps, I just don't want to see them.

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

      Got it, man this is magic, thank you so much.

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

      I opened a new blank query, then with Record.ToTable I got data that I can filter.
      I opened another help query, with one row, called Number_Path, it's help to get the row number from the sheet. List with row number.
      let
      Source = Excel.CurrentWorkbook(){[Name="Table2"]}[Content],
      Number_Path1 = Source{0}[Number_Path]
      in
      Number_Path1
      Now start the Goodly Magic!
      = #"Filtered rows"{Number_Path}[Value]
      From sheet with drop down list I choose which table I want, I have 9 tables and only one query to refresh. In one sheet :) And when a value changes in a cell, the VBA code performs a refresh :)
      Very cool and dynamic for presenting data.
      Thanks Mr. Goodly!

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

    Happy News year and the ew year starts with your great content and amazing Knowledge.Thank you very much

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

    You are a genius ✨

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

    Awesome, Chandeep. Thanks!

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

    Hi Sandeep, first of all, Kudos to your channel and your efforts. There are many thing to appreciate about your content. The content is crisp, web page with the content, your speech clarity, quality of the video itself (background etc.). This is the first video I was few days back and I have watched many of your videos.
    I have one question regarding Excel/PowerQuery from many days. Can we generate a file (let's say a text file) from Excel/PowerQuery.
    Thank you very much in advance.

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

      I don't thing you can. However you can use the ToCsv dax function to generate a csv file.

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

      @@GoodlyChandeep Thank you very much for your reply. I really appreciate it.

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

    HNY!! And this is indeed mind blowing! Great one!

  • @1yyymmmddd
    @1yyymmmddd 4 місяці тому

    To reference any previous step in Power Query you just use that step name. No need to go through building the records table. Just don't forget to use #" " if you have blanks or special characters in the step name.

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

    Happy new year Goodly!!!
    As always rocked !!!!

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

    Happy New Year, Chandeep! Nicely explained. I am saving this one in my playlist because I am sure I will have use for it later. Thanks

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

    Hi Bro, Please help me to resolve my query. how can i apply hash function based on current logged in user in m query.

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

    Another master piece

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

    That's awesome! I didn't know you could do this kind of thing.

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

    Master piece !! 👌👏🏾

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

    Again helpful video.
    Tysm
    Happy new year

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

    thinks for your effort , it so helpful

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

    Awesome content!

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

    please make 1 video on how to use SWITCH case for STRING DATA, i dont want to create a column, rather i want to create a measure with switch case on string data,
    for Example if Country column value is INDIA i want to show IND value

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

    Great video

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

    Excellent!!!

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

    Great Idea 🤩🥇🚀

  • @Drew-y3f
    @Drew-y3f 4 місяці тому

    Let’s say you want to replace one of the records how would you do that? Let’s say the fourth record you want to replace the values.

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

    Superb

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

    sir urdu maay bhi stuff banaaay it is a great job for urduu liistner

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

    Thanks for sharing ❤

  • @KuldeepSingh-nq1vi
    @KuldeepSingh-nq1vi Рік тому

    You are marvelous 😘

  • @kiwim3p587
    @kiwim3p587 18 днів тому

    Amazing

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

    how to expand record? please help

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

    Amazing!

  • @mis-g7n
    @mis-g7n 9 місяців тому

    Thanks

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

    Great video!!

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

    Couldn't smash the like button enough, unfortunately 🙂

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

    Awesome!

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

    Thank you bro :D

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

    this guy is M God

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

    Awesome!!! : O ( 09:23 )

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

    Genius!

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

    Marvelous

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

    M[ aravilloso]...

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

    👏

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

    Ok, deleting the let and in statement is not power query. It's a manual thing. So not sure what youre suggesting about using power query to extract steps; just copy the text of any as needed.. Ie why code the extraction process? It's interesting and informative, but what I thought you were going to say was that there was a two way process, to start a query as a set of records and then translated into query somehow by adding let and in with PQ commands ...

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

      I'm sorry but I haven't understood your question here.

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

    So your a PQ/BI developer huh? That means you follow Chandeep “Goodly” tutorials and use his tricks…
    Guilty as charged!

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

      haha.. did someone really say that? I'd be surprised!
      thanks a lot!

  • @Rahul.parmar8439
    @Rahul.parmar8439 7 місяців тому +1

    Khas Hindi me sikhate 😢

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

    Marvelous