List.Accumulate Case Study in Power Query

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 พ.ย. 2024

ความคิดเห็น •

  • @GoodlyChandeep
    @GoodlyChandeep  9 หลายเดือนก่อน +1

    Download the file ⬇ - goodly.co.in/dynamic-column-creation-power-query-list-accumulate
    List.Accumulate in Power Query with Practical Examples - th-cam.com/video/RIo4OrPixco/w-d-xo.htmlsi=VVxF51DSux0-3Wo4
    Tackle even the most challenging data cleaning problems. Check out the M Language course and push beyond the user interface. ↗- rb.gy/a2zsnn

    • @张生-r4f
      @张生-r4f 9 หลายเดือนก่อน

      = Table.Group(表,"列1",{"分组",each _},0,(x,y)=>Number.From( List.Sum(List.Range(表[列1],List.PositionOf(表[列1],x),List.PositionOf(表[列1],y)-List.PositionOf(表[列1],x))) >9) )

    • @张生-r4f
      @张生-r4f 9 หลายเดือนก่อน

      find out the mistake,please

  • @wildecorrea6477
    @wildecorrea6477 2 หลายเดือนก่อน +1

    The way you explained the video, first presenting the problem; then, the method, the function and, finally, the solution, was very good, very educational. I learn a lot from your videos! Success! Hi from Brasil 🇧🇷! God bless you!

  • @Lyriks_
    @Lyriks_ 8 หลายเดือนก่อน +6

    Every body is praising chandeep for it's excel skill (which he deserves), but i can't help to outline, the quality of the video production, it looks like hollywood for excel geeks 🤓
    Good job man ! All the best for your course !

    • @kuldippandey9672
      @kuldippandey9672 2 หลายเดือนก่อน

      Editor ... where are you buddy 🎉

  • @umesh2403
    @umesh2403 2 หลายเดือนก่อน

    Such a great way to sharing concept...yet not untill you do it by self does we realise how complicated it can be...learned another trick today...

  • @tremolony4924
    @tremolony4924 9 หลายเดือนก่อน +2

    I love your videos bro. Most other people I see covering DAX or Power M have literally no idea what they are talking about. You are covering fundamental programming concepts & explaining them very well!!

  • @basvanderlaan7568
    @basvanderlaan7568 6 หลายเดือนก่อน +1

    This is so awesome. But how would you go about if you want to subtract the new column from the previous column? For example; instead of COGS, HR, etc. you have: balance jan, balance feb, balance march, etc and you want to calculate the change that happened within each month?

  • @justapasserby69420
    @justapasserby69420 8 หลายเดือนก่อน +1

    Dude you just saved me a week's worth of back and forth

  • @Maartenmarsje
    @Maartenmarsje 9 หลายเดือนก่อน +2

    As always, I really like your videos. Thanks! In real life, I still prefer to use a DAX solution for solving this specific issue. The way I use List.Acumulate is to search a text column for a specific range of projectcodes. Problem stays that Text.Contains in combination with List.Acumulate is still a terrible slow solution. If you ever have a solution for searching a specific list of codes in a text column full of other text around the codes, let me know 😊.

    • @michaelmays9415
      @michaelmays9415 9 หลายเดือนก่อน

      Is it slow because of List.Accumulate or Text.Contains?

  • @MichaelBrown-lw9kz
    @MichaelBrown-lw9kz 5 หลายเดือนก่อน +1

    Wow. Power Query is amazing for data prep. How did you know about that Record.Field function? I am now comfortable with the fact that I will never know everything about Power Query. I'll always be learning something new in it. Unbelievable lesson.

    • @SeyPras.
      @SeyPras. 4 หลายเดือนก่อน

      Saw a video from a while back when he used another function. I think it was List.Last(_ etc.. and got the value field.. Found Record.Field much more easier to execute this..Chandeep keeps evolving 🔥

  • @spen2431
    @spen2431 9 หลายเดือนก่อน +4

    Mind blown 🤯

  • @mightydrew1970
    @mightydrew1970 8 หลายเดือนก่อน

    There are a lot of junk/useless tutorials on TH-cam at the moment... with terrible use-cases and examples. I'm a new subscriber because you are providing INCREDIBLE content and actually useful examples of how to get the most out of PowerQuery/M - fantastic, well done, well presented!

  • @mnowako
    @mnowako 9 หลายเดือนก่อน +2

    What a marvellous lesson! Thank you!

  • @vinhwizard
    @vinhwizard 3 หลายเดือนก่อน

    Useful but difficult. I must see many times to understand. Thank you

  • @muhakbar4958
    @muhakbar4958 5 หลายเดือนก่อน

    This awesome function, I have make Crossjoin with multiple table using this

  • @ftmagicart
    @ftmagicart 8 หลายเดือนก่อน

    Incredible demonstration Chandeep. Thank you very much.

  • @whizzohk
    @whizzohk 9 หลายเดือนก่อน +1

    Fantastic topic clearly explained! Just the type of thing I've been trying to do lately, not having any hard-coded column names anywhere in my code.

  • @SpokesAndWings
    @SpokesAndWings 5 หลายเดือนก่อน

    Great video! Would have loved to find this a couple of weeks ago, but really glad to have the validation of the method! Great stuff in this channel!🎉

  • @raimundojs9547
    @raimundojs9547 9 หลายเดือนก่อน +1

    Brilliant! Thank you so much for sharing!

  • @danishnawaz3651
    @danishnawaz3651 9 หลายเดือนก่อน +1

    Awsom Sir, Kindly make a video for below.
    If we have nested Table in a single column (while Grouping) and each Table has multiple column inside it. like as below.
    1 Table has 10 column
    2 Table has 12 column
    3 Table has 8 column
    Then how can we make equal all number of column for All Tables. (Like 12 column for each table by inserting new null column).

  • @davejl8982
    @davejl8982 9 หลายเดือนก่อน

    Hi Chandeep, great video. One question though..for this to take into effect in pbi (dynamic column addition), this would require a schema update which could only be achieved by having the refresh done on pbi desktop rite? It will not work when we are doing the refresh via pbi online, rite?

  • @bob-tina
    @bob-tina 9 หลายเดือนก่อน

    Goede uitleg hoor! Ik ben hier wel eens mee bezig geweest en wilde verschillende datatypes toe te voegen. Maar dat is me niet gelukt. Heb je daar misschien een suggestie voor?

  • @JCC.M.
    @JCC.M. 9 หลายเดือนก่อน

    Chandeep, using this could you insert a column directly into the excel table and expect it to work, or would you have to add the column in Power Query?

  • @haihathanh5061
    @haihathanh5061 7 หลายเดือนก่อน

    Your video is very helpful and understandable, you're a great tutor!

  • @mdsaleem123
    @mdsaleem123 9 หลายเดือนก่อน

    you are real champ. Much appreciate your way of explanation.

  • @Harish.Prasad.Semwal
    @Harish.Prasad.Semwal 9 หลายเดือนก่อน

    🙂Thnak you Chandeep Paaji for teaching us interesting topic

  • @isidreb
    @isidreb 8 หลายเดือนก่อน

    Thanks. 3 "accumulated" times awesome

  • @SriramM289
    @SriramM289 8 หลายเดือนก่อน

    Hi Chandeep. I have a column having 4 different values. I would like to replace any of the 4 different values with a value "FAST". Can you please suggest the best solution in power query?

  • @williamarthur4801
    @williamarthur4801 9 หลายเดือนก่อน +1

    I think you really like List.Accer, as do I, also anything to do with records is really useful,
    BTW, i don't know if you saw message re dynamic data types and this construction,
    Value.ReplaceType( Table_non_correctTypes,
    Value.Type( DataTypes) )
    Where DataTypes is a table or previous step with the correct types, still not sur how it works.

  • @ПавелЛинев-ч7м
    @ПавелЛинев-ч7м 6 หลายเดือนก่อน

    Спасибо за видео. Хороший кейс. Чего, отопление вырубили?

  • @ourlittlesmarties1188
    @ourlittlesmarties1188 9 หลายเดือนก่อน

    This is so cool, Chandeep. You are the best teacher as always, thank you.

  • @BeHappii2
    @BeHappii2 9 หลายเดือนก่อน

    I have an inquiry regarding setting up a logic in Power BI that allows users to select colours based on Excel input data, affecting the colour of column headers in a dynamic fashion. The idea is for the system to recognise numerical inputs - with '1' representing green, '2' signifying blue, and '3' indicating red - and to modify the column header colour accordingly. The dataset is updated on a monthly basis, which calls for a logic where changes made in Excel are seamlessly integrated and mirrored in Power BI. My focus is solely on columns, as my column tables don't include rows. Despite the unique nature of this user requirement, which has kept me puzzled for nearly a week, I'm reaching out to see if you could provide guidance or solution. Thanks

  • @megabuilds3007
    @megabuilds3007 9 หลายเดือนก่อน

    Fantastic and Highly helpful. Thank you.

  • @shreyansjain9276
    @shreyansjain9276 9 หลายเดือนก่อน

    Hi Chandeep. By any chance if you can reply if there is a way through which I can dynamicallh make sure to get latest 2 year of data in Incremental Refresh... In short how to make the parameters dynamic In power Query?

  • @willgsil
    @willgsil 8 หลายเดือนก่อน

    Absolute cinema!

  • @baskis69
    @baskis69 9 หลายเดือนก่อน

    Thank you very much for sharing ... this is super useful¡¡¡¡¡

  • @jkumar8590
    @jkumar8590 9 หลายเดือนก่อน

    High speed lecture!

  • @dacsontran5813
    @dacsontran5813 5 หลายเดือนก่อน

    Can i use that method to insert multiple rows using Table.InsertRows?!

  • @KuldeepSingh-nq1vi
    @KuldeepSingh-nq1vi 9 หลายเดือนก่อน +1

    You are awesome Bro.. 🎉🎉🎉

  • @Excelvenky
    @Excelvenky 8 หลายเดือนก่อน

    Great Video... can i set the number formats dynamically using mcode..instance, used percent.type in video, got the percent but not the % symbol with it...should i need to concatenate with this.. thanks in advance your guidance

    • @GoodlyChandeep
      @GoodlyChandeep  8 หลายเดือนก่อน +1

      Percentage doesn't apply in PQ. I think it is a bug.

  • @emilmubarakshin49
    @emilmubarakshin49 9 หลายเดือนก่อน

    Amazing lesson as usual!

  • @Bhavik_Khatri
    @Bhavik_Khatri 9 หลายเดือนก่อน

    Very nice tutorial

  • @lillibrica4824
    @lillibrica4824 8 หลายเดือนก่อน

    Vers helpful!

  • @jafarhussain6606
    @jafarhussain6606 9 หลายเดือนก่อน

    1. Can we execute such scenario using DAX?
    2. Can you please use inventory projection or rolling forward scenario either in DAX or M code?
    No one explaining such real world problems.

  • @adrianoschwenkberg6773
    @adrianoschwenkberg6773 9 หลายเดือนก่อน

    well done, Mr.

  • @bulbulahmed3098
    @bulbulahmed3098 8 หลายเดือนก่อน

    Great

  • @Luciano_mp
    @Luciano_mp 9 หลายเดือนก่อน

    Congratulations! Thank you.

  • @juancarlosleytonfernandez9146
    @juancarlosleytonfernandez9146 9 หลายเดือนก่อน

    amazing!

  • @ExcelWithChris
    @ExcelWithChris 9 หลายเดือนก่อน

    Yip is is AWESOME!!

  • @tob-robt
    @tob-robt 9 หลายเดือนก่อน

    Hello, thank you very much for your videos, they are very interesting. I've been trying to search your channel for something that helps me calculate what I'm trying to calculate for days.
    In my case I have something like this, in the same column:
    Row A1 = (POWER(1+Forward_Speed,-1))
    Row A2 = A1 * (POWER(1+Forward_Speed,-1))
    Row A3 = A2 * (POWER(1+Forward_Speed,-1))
    Row A4 = A3 * (POWER(1+Forward_Speed,-1))
    …and so on in the same column that has 930 records.
    I've been trying to replicate this in Power BI for days, creating several variables, making conditionals with them, etc., but I'm not able to reach the same result that I calculated by doing this in Excel.
    Do you have a video that can explain more or less what I'm trying to do? Or could you make one that shows how to do it?
    Thank you so much

  • @fidzanikilibe9066
    @fidzanikilibe9066 8 หลายเดือนก่อน

    wow this is awesome,

  • @joselencinamalgor6548
    @joselencinamalgor6548 9 หลายเดือนก่อน

    Wow. Very useful!

  • @terrylee2094
    @terrylee2094 9 หลายเดือนก่อน

    Amazing knowledge pal. Thanks for sharing

  • @mienzillaz
    @mienzillaz 8 หลายเดือนก่อน

    I knew it and i was using it, but in my case a was passing separate instructions to each column. Unfortunately i had to hardcode it, as i have no clue how to pass dynamically these instructions..

  • @Nalaka-Wanniarachchi
    @Nalaka-Wanniarachchi 9 หลายเดือนก่อน

    Super Awesome !!!

  • @rrrraaaacccc80
    @rrrraaaacccc80 9 หลายเดือนก่อน

    Great 💯👍

  • @shwetkumar1719
    @shwetkumar1719 3 หลายเดือนก่อน

    Can we do upsert in power query

  • @SamehRSameh
    @SamehRSameh 2 วันที่ผ่านมา

    How can i substract value from first row and remaining value substract from second row

  • @RobertoStaltari
    @RobertoStaltari 9 หลายเดือนก่อน +1

    Debugging this code using function, along with List.Generate, can be a real challenge without a proper code editor and dubegguer. Unfortunately, it seems Microsoft isn't paying attention to the frustrations of M coders.

  • @thebhaskarjoshi
    @thebhaskarjoshi 9 หลายเดือนก่อน +1

    Just revised List.Accumulate Function through a new case study.

  • @Rice0987
    @Rice0987 9 หลายเดือนก่อน

    I think now you can make tutorials about video fx.😊

  • @oscararmandocisnerosruvalc8503
    @oscararmandocisnerosruvalc8503 9 หลายเดือนก่อน

    What is the a for if we are only using current ??

  • @xcorect
    @xcorect 9 หลายเดือนก่อน

    Awesome

  • @krisssh0097
    @krisssh0097 9 หลายเดือนก่อน

    Awesome 👍

  • @patrickharilantoraherinjat2994
    @patrickharilantoraherinjat2994 9 หลายเดือนก่อน

    Great video bro!

  • @JJ_TheGreat
    @JJ_TheGreat 9 หลายเดือนก่อน

    7:10 But what if more columns are added to the front - meaning that the number of columns which you have to skip would change?

  • @garylhaas2005
    @garylhaas2005 8 หลายเดือนก่อน

    List.Accumulate confuses me - but this example is close to turning on the light bulb for me

  • @johanwillemsen790
    @johanwillemsen790 7 หลายเดือนก่อน

    Briljant

  • @macbelwoldie6201
    @macbelwoldie6201 7 หลายเดือนก่อน

    What if the DummyExpense column had a list of numbers like 20, 46, 54 etc,
    You just assumed all the values were 20 😅

  • @eslamfahmy87
    @eslamfahmy87 หลายเดือนก่อน

    I can't understand the logic of this fourmala even i saw the recomended video which highlited could you repeat on another video

  • @nariroeplal1553
    @nariroeplal1553 9 หลายเดือนก่อน

    Well explained but way too complex for me to understand or grasp it😪🥲