Тёмный

Write Nested Let in Power Query 

Goodly
Подписаться 97 тыс.
Просмотров 15 тыс.
50% 1

Check out our newly launched M Language course ↗️ - goodly.co.in/l...
- - - My Courses - - - -
✔️ Mastering DAX in Power BI -
goodly.co.in/l...
✔️ Power Query Course-
goodly.co.in/l...
✔️ Master Excel Step by Step-
goodly.co.in/l...
✔️ Business Intelligence Dashboards-
goodly.co.in/l...
- - - Blog and Download Files - - - -
www.goodly.co....

Опубликовано:

 

2 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 55   
@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 RU-vidr who can say "I did not know this". @@GoodlyChandeep
@larmondoflairallen4705
@larmondoflairallen4705 2 года назад
Amazing. I would have never imagined you could do all that inside a custom column.
@GoodlyChandeep
@GoodlyChandeep 11 месяцев назад
Check out our newly launched M Language course ↗ - goodly.co.in/learn-m-powerquery/
@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!
@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.
@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.
@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!
@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
@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(...... ?
@roncruiser
@roncruiser 3 года назад
Thank you. Excellent. Simplified explanation. Can this also be considered a nested function?
@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.
@alterchannel2501
@alterchannel2501 7 месяцев назад
Date variable must have been Day not Date 😅. Thank you so much for your videos. Very informative channel
@KgasS
@KgasS 2 года назад
Good one. another alternative is Column from examples which is like flashfill in excel.
@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.
@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
@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.
@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!
@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!
@SamehRSameh
@SamehRSameh 3 года назад
Need more about m language
@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.
@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.
@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.
@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 😊
@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.
@kebincui
@kebincui 3 года назад
Thank you Hi Chandeep. 👍👍👍👍👍
@Negruchina2010
@Negruchina2010 2 года назад
Excelent explanation, thanks.
@GoodlyChandeep
@GoodlyChandeep 2 года назад
Glad you like it!
@aahanavikram07
@aahanavikram07 3 года назад
Simply great... Every video of yours is taking me to next level 👍👍
@GoodlyChandeep
@GoodlyChandeep 3 года назад
Thank you so much 😀
@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!
@phugia8367
@phugia8367 2 года назад
thanks, very easy to follow
@GoodlyChandeep
@GoodlyChandeep 2 года назад
Glad it was helpful 😊
@mitultank7872
@mitultank7872 2 года назад
Thank you very very much 😊
@GoodlyChandeep
@GoodlyChandeep 2 года назад
💚
@tyler2973
@tyler2973 10 месяцев назад
Underrated, very informative.
@cacharmidoshi2774
@cacharmidoshi2774 3 года назад
Hii Chandeep ...Good lesson...
@kennethstephani692
@kennethstephani692 2 года назад
Great Video, Chandeep!
@thebhaskarjoshi
@thebhaskarjoshi 2 года назад
Thanks a lot
@GoodlyChandeep
@GoodlyChandeep 2 года назад
💚
@ajieapen
@ajieapen 3 года назад
Super cool..!!
@rahulshewale9206
@rahulshewale9206 3 года назад
Thank you sir
@rrrraaaacccc80
@rrrraaaacccc80 Год назад
💯👍
@GoodlyChandeep
@GoodlyChandeep Год назад
Thanks!
Далее
Define Dynamic Data Types in Power Query
8:47
Просмотров 11 тыс.
Advanced Unpivoting Tricks in Power Query
30:19
Просмотров 19 тыс.
ЭТО НАСТОЯЩАЯ МАГИЯ😬😬😬
00:19
5 Tricks to Reduce Steps in Power Query
16:41
Просмотров 34 тыс.
Nested functions and Table.Buffer()
19:54
Просмотров 19 тыс.
each & underscore_  in Power Query Explained
9:58
Просмотров 49 тыс.
5 Surprising Power Query Tricks You Need to Know!
14:14
How to Move Data Automatically Between Excel Files
11:37