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

  Рет қаралды 10,759

Excel Off The Grid

Excel Off The Grid

Күн бұрын

★ 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

Пікірлер: 42
@chilaw2004
@chilaw2004 10 ай бұрын
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 10 ай бұрын
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.
@ExcelUnlocked
@ExcelUnlocked 10 ай бұрын
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.
@ExcelOffTheGrid
@ExcelOffTheGrid 10 ай бұрын
You are very welcome
@IvanCortinas_ES
@IvanCortinas_ES 10 ай бұрын
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 10 ай бұрын
Thanks Ivan - I hope you can put it to good use. 👍
@ziggle314
@ziggle314 10 ай бұрын
Wonderful technique. Thanks Mark.
@ExcelOffTheGrid
@ExcelOffTheGrid 10 ай бұрын
Thanks Ziggle. I hope you can put it to good use. 😁
@kebincui
@kebincui 10 ай бұрын
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 👍.
@ExcelOffTheGrid
@ExcelOffTheGrid 10 ай бұрын
Thanks Kebin. I though you might like it 😀
@iankr
@iankr 10 ай бұрын
Ingenious! Many thanks, Mark.
@ExcelOffTheGrid
@ExcelOffTheGrid 10 ай бұрын
Thanks Ian 👍
@jasperchangco1072
@jasperchangco1072 10 ай бұрын
Amazing! This really solves my problem on the project that I'm currently working.
@ExcelOffTheGrid
@ExcelOffTheGrid 10 ай бұрын
Yay!! Great news 👍
@LotfyKozman
@LotfyKozman 10 ай бұрын
Very useful and practical video
@ExcelOffTheGrid
@ExcelOffTheGrid 10 ай бұрын
Thanks - I hope you can put it to good use.
@eduardomunoz2764
@eduardomunoz2764 4 ай бұрын
Wonderful technique, thank you!..
@teinoxtube
@teinoxtube 10 ай бұрын
Brilliant and clearly explained... thanks a lot!
@ExcelOffTheGrid
@ExcelOffTheGrid 10 ай бұрын
Thanks, I’m glad it was helpful 😀
@GrainneDuggan_Excel
@GrainneDuggan_Excel 10 ай бұрын
This is definitely a keep for future reference video.
@ExcelOffTheGrid
@ExcelOffTheGrid 10 ай бұрын
Thanks - I think it's a really simple way to solve a complex problem 😁
@RajKumar-hw4bt
@RajKumar-hw4bt 2 ай бұрын
Awesome
@albertogp84
@albertogp84 9 ай бұрын
Unbelievable Trick! Thank you! You are phenomenal
@ExcelOffTheGrid
@ExcelOffTheGrid 8 ай бұрын
I hope you can put it to good use.
@vacilando86
@vacilando86 27 күн бұрын
Amazing, 🎉
@syrophenikan
@syrophenikan 3 ай бұрын
Great job!!!!!! Great explanation!!!!
@ExcelOffTheGrid
@ExcelOffTheGrid 3 ай бұрын
Thank You 😁
@rrrraaaacccc80
@rrrraaaacccc80 8 ай бұрын
Great 💯👍
@ExcelOffTheGrid
@ExcelOffTheGrid 7 ай бұрын
You’re welcome.
@mudassirsyedrashidali9787
@mudassirsyedrashidali9787 5 ай бұрын
Brilliant
@ladvozer
@ladvozer 9 ай бұрын
thanks!
@emilmubarakshin49
@emilmubarakshin49 9 ай бұрын
That’s a cool trick
@ExcelOffTheGrid
@ExcelOffTheGrid 9 ай бұрын
Hopefully you can use it to simplify some complex queries in then future.
@ExcelUpNorth
@ExcelUpNorth 10 ай бұрын
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?
@ExcelOffTheGrid
@ExcelOffTheGrid 10 ай бұрын
Yes, that should work.
@arpwable
@arpwable 4 ай бұрын
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!
@user-dy1qb7py8c
@user-dy1qb7py8c 6 ай бұрын
Hey I need help so I have loaded files from folder in power query and after transforming i have 3 columns one is mobile number 2nd is status and 3rd is circle . Now in this 3rd column i have only two locations say A and B. Now all the rows are above 3million and what i want is that based on that 3rd column i want to get sheets containing data for A in one sheet and for B in 2nd sheet in once click .I can do this by duplicating table and then but i want to approach in different manner . Feel free to ask any question about the question and Please reply soon . My humble request
@ExcelOffTheGrid
@ExcelOffTheGrid 6 ай бұрын
Why don’t you want to duplicate ?
@user-dy1qb7py8c
@user-dy1qb7py8c 6 ай бұрын
A lot of manual work I have 33 states so i have to duplicate 33 times and then select individual states one by one
@ExcelOffTheGrid
@ExcelOffTheGrid 6 ай бұрын
@@user-dy1qb7py8c why do you need to separate the query at all? Why not return a single query as a Table, and use a FILTER function to get what you need from that 1 Table?
@user-dy1qb7py8c
@user-dy1qb7py8c 6 ай бұрын
my task is to get data for individual states in different sheets . If data was less than 1m i might have done that using pivot tables but here data is above 3m
@ExcelOffTheGrid
@ExcelOffTheGrid 6 ай бұрын
@@user-dy1qb7py8c load the query into the data model in PowerPivot, it can handle unlimited rows.
Power Query - Avoid "Helper Queries" (+10 Cool Tricks)
18:40
Would you like a delicious big mooncake? #shorts#Mooncake #China #Chinesefood
00:30
Backstage 🤫 tutorial #elsarca #tiktok
00:13
Elsa Arca
Рет қаралды 36 МЛН
Balloon Stepping Challenge: Barry Policeman Vs  Herobrine and His Friends
00:28
ВЫКИНУЛА МОЙ АЙФОН?? #shorts
00:33
Паша Осадчий
Рет қаралды 2,2 МЛН
Power Query - Advanced Transformation of Nested Tables
12:37
BA Sensei
Рет қаралды 3,1 М.
Table slicers for advanced interactivity in Excel | Excel Off The Grid
10:41
Unstack a Million Uneven Rows to Columns in Power Query
10:50
10 awesome Power Query tricks you NEED to know! | Excel Off The Grid
15:44
Excel Off The Grid
Рет қаралды 19 М.
Replace column names of nested tables using Power Query | Excel Off The Grid
11:01
Power Query - Faster & Easier Parameters
13:38
BCTI
Рет қаралды 32 М.
Add manual information into a query | Power Query | Excel Off The Grid
9:46
Add index to nested tables in Power Query
5:41
Curbal
Рет қаралды 73 М.
Would you like a delicious big mooncake? #shorts#Mooncake #China #Chinesefood
00:30