Write Nested Let in Power Query

  Рет қаралды 15,058

Goodly

Goodly

Күн бұрын

Пікірлер: 55
@sf5028
@sf5028 Жыл бұрын
Thank you - this was a fantastic tutorial, very succinct yet explained everything fully. I love how you replicate the user experience of doing the thing, seeing it's not exactly what you want (e.g. the number error), and then fixing it... instead of 'knowing' in advance and building-in the preemptive steps, which can be harder to follow and easier to forget.
@GoodlyChandeep
@GoodlyChandeep 11 ай бұрын
Check out our newly launched M Language course ↗ - goodly.co.in/learn-m-powerquery/
@notesfromleisa-land
@notesfromleisa-land Жыл бұрын
Your teaching style is very good---most particularly going about it as a novice would (with the text error messages). This really solidifies the learning when you show what goes wrong and how to fix. Thank you.
@sarahdeschene3152
@sarahdeschene3152 2 жыл бұрын
I just did this in the step by step long form way you described in the beginning of the video. Glad to see a simpler way to address it. Trying to reduce the number of steps in my M query code. This will help.
@larmondoflairallen4705
@larmondoflairallen4705 2 жыл бұрын
Amazing. I would have never imagined you could do all that inside a custom column.
@bagnon
@bagnon Жыл бұрын
I'm sure you know this already but for converting dates in weird formats, you can use this function: =DateTime.FromText([Date], [Format="yyyyMMdd", Culture="en-US"])
@GoodlyChandeep
@GoodlyChandeep Жыл бұрын
Brilliant! I did not know this
@faruksedef
@faruksedef 8 ай бұрын
What a great guy you are. A KZbinr who can say "I did not know this". @@GoodlyChandeep
@pk5134
@pk5134 3 жыл бұрын
Hi Chandeep, I came across your channel only very recently and found it to be very helpful ! Thanks for all the content ! Could you please do a video on Power Query custom functions and on field access operators ? Specifically on how and when the "_" and "each" operators are used
@GoodlyChandeep
@GoodlyChandeep 3 жыл бұрын
Sure will add those videos to my list. Cheers
@kebincui
@kebincui 3 жыл бұрын
Thank you Hi Chandeep. 👍👍👍👍👍
@9zQx86LT
@9zQx86LT 2 жыл бұрын
This is awesome! I always wanted to shorten my steps.. quick question... how to write a nested join statement in pq? like if I have to do multiple joins with multiple columns against multiple tables? would be like... Table.NestedJoin(Table.NestedJoin(...... ?
@lindalai1406
@lindalai1406 Жыл бұрын
wow, that is so good. I am very happy to have found your channel. Thank you and please keep the good work!
@GoodlyChandeep
@GoodlyChandeep Жыл бұрын
Thank you! Will do!
@sukhomoyb
@sukhomoyb 3 жыл бұрын
Hi Chandeep. Great tips and technique! However, I am keen to know the benefit of this technique over the multi-step approach.
@aahanavikram07
@aahanavikram07 3 жыл бұрын
Simply great... Every video of yours is taking me to next level 👍👍
@GoodlyChandeep
@GoodlyChandeep 3 жыл бұрын
Thank you so much 😀
@alterchannel2501
@alterchannel2501 7 ай бұрын
Date variable must have been Day not Date 😅. Thank you so much for your videos. Very informative channel
@kennethstephani692
@kennethstephani692 2 жыл бұрын
Great Video, Chandeep!
@KuldeepSingh-nq1vi
@KuldeepSingh-nq1vi 2 жыл бұрын
Wow 😲 Chandeep! Very Nice I enjoyed it and learnt one more new thing.
@GoodlyChandeep
@GoodlyChandeep 2 жыл бұрын
Glad you enjoyed & learnt it 😊
@KgasS
@KgasS 2 жыл бұрын
Good one. another alternative is Column from examples which is like flashfill in excel.
@tyler2973
@tyler2973 10 ай бұрын
Underrated, very informative.
@cacharmidoshi2774
@cacharmidoshi2774 3 жыл бұрын
Hii Chandeep ...Good lesson...
@roncruiser
@roncruiser 3 жыл бұрын
Thank you. Excellent. Simplified explanation. Can this also be considered a nested function?
@shivammishra34
@shivammishra34 2 жыл бұрын
Thanks a lot for simplifying this for us. Just wanted to confirm if it reduces the query cost for model refresh.
@GoodlyChandeep
@GoodlyChandeep 2 жыл бұрын
Not sure, haven't tested that!
@wayneedmondson1065
@wayneedmondson1065 3 жыл бұрын
Hi Chandeep. Great video and technique! Good lesson on how to take things to the next level. Thanks for sharing :)) Thumbs up!!
@GoodlyChandeep
@GoodlyChandeep 3 жыл бұрын
Thank you! Cheers!
@garynewman457
@garynewman457 3 жыл бұрын
Very useful. I was able to change my xa date format of yyymmdd into a proper date without all the steps of splitting the column, merging and changing the type. I have a table with numerous date fields. Is then an elegant way of applying this across all those columns.
@Negruchina2010
@Negruchina2010 2 жыл бұрын
Excelent explanation, thanks.
@GoodlyChandeep
@GoodlyChandeep 2 жыл бұрын
Glad you like it!
@radon8452
@radon8452 Жыл бұрын
Hi Chandeep Paaji, it's my request kindly make a video on custom nested iterator functions, where we use multi variables. Clarify this concept.
@realpulsecoin
@realpulsecoin 3 жыл бұрын
Question: If I import from folder, is it possible to filter the PQ so it only runs the quary that is not already imported? I have a heavy PQ, and a lot files in the folder, and it takes ages! Thanks for any answers 🙏
@realpulsecoin
@realpulsecoin 3 жыл бұрын
Yes, just take the table back into PQ with for example ExcelCurrentworkbook(), change table to list, add filter. Works nice when you know the files you are using is static. PQ only run on new files in folder!
@phugia8367
@phugia8367 2 жыл бұрын
thanks, very easy to follow
@GoodlyChandeep
@GoodlyChandeep 2 жыл бұрын
Glad it was helpful 😊
@williamarthur4801
@williamarthur4801 2 жыл бұрын
Really good intro, but I get stuck when I try to use the advanced editor, and am a bit unclear as to the rules for nesting let and in statements, it's fine as long as addcolumns is doing it for me but often end up in a mess with when using editor, I remember on the generate dates video where you declared the start date as a variable, fine in AddColumns, but when tried to replicate in editor, Suddenly where did it have to go? trial and error once again. Sorry sound bit negative I really enjoy your work.
@realpulsecoin
@realpulsecoin 3 жыл бұрын
Amazing channel!
@GoodlyChandeep
@GoodlyChandeep 3 жыл бұрын
Glad you enjoy it!
@ChandrashekharKenchugundi
@ChandrashekharKenchugundi Жыл бұрын
Hi Chandeep, how to use nested each function with nested let
@holahandstrom
@holahandstrom 3 жыл бұрын
It's always interesting to see what working solution 'Column From Examples' comes up with - since it's usually not what I would do.
@mitultank7872
@mitultank7872 2 жыл бұрын
Thank you very very much 😊
@GoodlyChandeep
@GoodlyChandeep 2 жыл бұрын
💚
@ajieapen
@ajieapen 3 жыл бұрын
Super cool..!!
@rahulshewale9206
@rahulshewale9206 3 жыл бұрын
Thank you sir
@thebhaskarjoshi
@thebhaskarjoshi 2 жыл бұрын
Thanks a lot
@GoodlyChandeep
@GoodlyChandeep 2 жыл бұрын
💚
@aniketsharma7307
@aniketsharma7307 2 жыл бұрын
When I type any function then dosnt show help or suggestions like Text.From and not coloring even
@GoodlyChandeep
@GoodlyChandeep 2 жыл бұрын
Update your Excel!
@SamehRSameh
@SamehRSameh 3 жыл бұрын
Need more about m language
@faridPQ
@faridPQ 3 жыл бұрын
Great
@sandeepl2304
@sandeepl2304 3 жыл бұрын
Thanks. What If I did not have the day on my date but just year and month ( 202104)yyyymm. But now I want to give month end date.
@rrrraaaacccc80
@rrrraaaacccc80 Жыл бұрын
💯👍
@GoodlyChandeep
@GoodlyChandeep Жыл бұрын
Thanks!
Define Dynamic Data Types in Power Query
8:47
Goodly
Рет қаралды 11 М.
Nested functions and Table.Buffer()
19:54
Exceed Learning
Рет қаралды 19 М.
А что бы ты сделал? @LimbLossBoss
00:17
История одного вокалиста
Рет қаралды 8 МЛН
Officer Rabbit is so bad. He made Luffy deaf. #funny #supersiblings #comedy
00:18
Funny superhero siblings
Рет қаралды 19 МЛН
Power Query - Avoid "Helper Queries" (+10 Cool Tricks)
18:40
5 Tricks to Reduce Steps in Power Query
16:42
Goodly
Рет қаралды 35 М.
Write Your First CUSTOM M FUNCTION in Power BI
11:34
How to Power BI
Рет қаралды 29 М.
Write if statements like a Pro in Power Query
12:01
Curbal
Рет қаралды 92 М.
Easy Looping in Power BI/Power Query
15:46
BI Elite
Рет қаралды 102 М.
Power Query: Avoiding naming column headers to avoid breaks
16:01
David Benaim
Рет қаралды 23 М.
Power Query - Advanced Transformation of Nested Tables
12:37
BA Sensei
Рет қаралды 6 М.