Optimizing Pivot operation in Power Query

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

КОМЕНТАРІ • 14

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

    Loved it...thanks a lot for all wonderful videos...

  • @user-gc8wx2ni8w
    @user-gc8wx2ni8w Рік тому +1

    Fantastic! It does cut the refresh time by a lot!

  • @MrApoloni13
    @MrApoloni13 3 роки тому +3

    well done. Respect! appreciate your effort. i am learning many things from your channel. thanks for support us

  • @drewbbc7074
    @drewbbc7074 2 роки тому +2

    Brilliant

  • @malchicken
    @malchicken 3 роки тому +1

    Informative, thanks :)

  • @larmondoflairallen4705
    @larmondoflairallen4705 3 роки тому +1

    How did you learn about the underscore and all the transformations you can do with it? You do some really interesting code manipulations that I haven't seen anywhere else.

    • @ExceedLearning
      @ExceedLearning  3 роки тому +1

      Playing with the data and reading books/articles about the topic! :) You can check our other videos! in them, we go into details about "each" syntax and some other, more complex M explanations.

  • @herivelto.cordeiro
    @herivelto.cordeiro 2 роки тому +1

    Hi @Exceed Learning! I have tried this trick with my dataset but I got worst performance. I have a table with more than 50 millions rows and would like to pivot a column with 80 distinct values. Any suggestion?

    • @ExceedLearning
      @ExceedLearning  2 роки тому

      This technique doesn't always yield the best result. in the case of such a big table, I would try to perform pivot operation as close to the source as possible (eq on the SQL side if the data resides in a database).

  • @qasimjan5258
    @qasimjan5258 3 роки тому

    Sir could you do power query M series from basics. Thanks

    • @ExceedLearning
      @ExceedLearning  3 роки тому +1

      We currently provide solutions to problems we encounter working with our clients, therefore they might not be in the order of difficulty. If you are interested in a systematic approach to M language, we created a dedicated course about it at exceed.hr/en/courses/powerquery-fundaments/

    • @qasimjan5258
      @qasimjan5258 3 роки тому +1

      @@ExceedLearning Thank you Sir. I am very curious about what it looks like to work on real data mash up task. Could you tailor your content to kind of mock up the real work you do with your clients. Your work is always exceptional Sir. Thanks for providing such high quality content. Thanks

    • @ExceedLearning
      @ExceedLearning  3 роки тому +2

      @@qasimjan5258 Thank you! All our videos are based on real-life situations we encounter with our clients. The problem arises due to the complexity of the client's needs. Most of the time the solution contains many combinations of advanced M topics therefore those videos would be too long/complex. This way we reduce the complexity to isolated advanced topics, making it easier for viewers to consume content.

  • @Mister_Bates
    @Mister_Bates 2 роки тому

    Great tip! One question. At this point ua-cam.com/video/0PA59DX-aBk/v-deo.html you go to expand the transposed table and the column names don't match the table columns. Can you adjust the "type table [column = type, column=type]" to tell PowerQuery the layout of the transposed table?