Transform nested tables in Power Query (without writing M coding) | Excel Off The Grid

Поделиться
HTML-код
  • Опубликовано: 25 июл 2024
  • ★ Want to automate Excel? Check out our training academy ★
    exceloffthegrid.com/academy
    ★ Check out the blog post★
    exceloffthegrid.com/transform...
    ★ About this video ★
    In Power Query, it is common to have nested Tables. These are Tables contained within a column, where each row contains a separate sub-Table. Sometimes we just want to expand the data; that is easy. But sometimes, we need to transform the data in the nested Table before expanding; that is NOT so easy. So, how can we achieve this?
    That's what we are looking at in this video; how to transform nested Tables in Power Query without writing the M code.
    0:00 Introduction
    0:34 Example Data
    1:57 Apply to one table
    3:46 Get the code
    5:00 Apply to each nested table
    7:30 Conclusion
    ★ Download 30 most useful Excel VBA Macros ebook for FREE ★
    exceloffthegrid.com/
    ★ Where to find Excel Off The Grid ★
    Blog: exceloffthegrid.com
    Twitter: / exceloffthegrid
    #MsExcel

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

  • @Shriraj27
    @Shriraj27 3 дня назад

    Used this in one of the first record lookup in the nested table, that too in PDF file.... Loved the trick

  • @chilaw2004
    @chilaw2004 Год назад +7

    This is a phenomenal video if you have multiple tables that need to be transformed in the same way. It’s essentially like creating a custom function but embedding it in the query with the trick at the end using the switcheroo between the Name and Data columns to get the code applied to the nested tables. Bravo!

    • @ExcelOffTheGrid
      @ExcelOffTheGrid  Год назад +2

      Exactly! It's like creating a parameter free custom function, but inserting all the code into the main query rather than in a separate query.

  • @ziggle314
    @ziggle314 Год назад +2

    Wonderful technique. Thanks Mark.

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

      Thanks Ziggle. I hope you can put it to good use. 😁

  • @LotfyKozman
    @LotfyKozman Год назад +3

    Very useful and practical video

  • @datawizibility
    @datawizibility Месяц назад +1

    Love your videos , it makes life so simple...Thanks Marks

  • @iankr
    @iankr 11 месяцев назад +2

    Ingenious! Many thanks, Mark.

  • @IvanCortinas_ES
    @IvanCortinas_ES 11 месяцев назад +1

    As powerful as ever. Absolute mastery of Power Query.
    Thank you Mark, for so much important information that you offer with these tutorials.

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

      Thanks Ivan - I hope you can put it to good use. 👍

  • @ExcelUnlocked
    @ExcelUnlocked 11 месяцев назад +2

    Dear Mark, amazing video as usual, with crystal clear explanation, you made it sound so easy..., thank you for your time and for sharing the knowledge.

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

    Excellent Tip. Previously I used a converted function from the single table transformation step. Mark idea is mind blowing and thank you for sharing your creative approach 👍.

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

    Amazing! This really solves my problem on the project that I'm currently working.

  • @RajKumar-hw4bt
    @RajKumar-hw4bt 3 месяца назад +1

    Awesome

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

    Brilliant and clearly explained... thanks a lot!

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

    This is definitely a keep for future reference video.

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

      Thanks - I think it's a really simple way to solve a complex problem 😁

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

    Wonderful technique, thank you!..

  • @albertogp84
    @albertogp84 10 месяцев назад +1

    Unbelievable Trick! Thank you! You are phenomenal

  • @vacilando86
    @vacilando86 2 месяца назад

    Amazing, 🎉

  • @ladvozer
    @ladvozer 10 месяцев назад +1

    thanks!

  • @rrrraaaacccc80
    @rrrraaaacccc80 9 месяцев назад +1

    Great 💯👍

  • @syrophenikan
    @syrophenikan 4 месяца назад +1

    Great job!!!!!! Great explanation!!!!

  • @mudassirsyedrashidali9787
    @mudassirsyedrashidali9787 7 месяцев назад

    Brilliant

  • @emilmubarakshin49
    @emilmubarakshin49 11 месяцев назад +1

    That’s a cool trick

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

      Hopefully you can use it to simplify some complex queries in then future.

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

    Great video! Thank you for sharing this. Is it possible to add a column (let's say containing TRUE or FALSE) to a nested table and then apply a filter to that column, all before the expanding step?

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

    I've been trying to get this to work, but am running into a problem. When I set up the individual table transformation in the duplicate query it works perfectly for that table and for any others I try. But once I embed the code in my main query, the tables throw an error (we cannot convert the value #date(2024,4,1) to type List. Details show that Type=[Type]). Any idea what could be causing this? It's baffling given that it works perfectly without errors when not embedded!