Power Query - Adding spaces to CamelCase & number fields with List Accumulate

Поділитися
Вставка
  • Опубліковано 21 жов 2024

КОМЕНТАРІ • 17

  • @odallamico
    @odallamico 2 місяці тому

    Excellent solution. The List.Accumulate function is not very easy, but is important to know it. Thank for sharing

  • @whizzohk
    @whizzohk 8 місяців тому

    Thank you Sensei! Another great video on List.Accumulate. I have used this function in several real-world queries since you recently demonstrated its power and flexibility.

  • @kebincui
    @kebincui 8 місяців тому

    Your advanced tips on power query are always always excellent. Thanks James ❤👍

  • @AnilKumar-vi8oe
    @AnilKumar-vi8oe 8 місяців тому

    Bang on, you are an artist man.... Learning in depth about power query from your videos....Keep bringing these awesome videos

    • @basensei8699
      @basensei8699  8 місяців тому

      thanks man! this is glorious!

  • @jerrydellasala7643
    @jerrydellasala7643 8 місяців тому +1

    Great video, but wish you had posted the M Code or put it in a Note in the file. It took me an HOUR to finally see I had state & {" " & CurrentChar} instead of state & {" ", CurrentChar}! 🤪🤪
    Would love to see a video on converting this to a function!

  • @ftmagicart
    @ftmagicart 8 місяців тому

    Great video. Your technique is amazing. Thank you

  • @eduardomunoz2764
    @eduardomunoz2764 8 місяців тому

    wonderful, thank you very much. Greetings

  • @kkaurkify
    @kkaurkify 8 місяців тому

    Thank you. Your teachings always open up a lot of new knowledge, how and what can be done.
    Also, I have a question. Does the file on github also have the code. There is no way I can see it.

  • @roywilson9580
    @roywilson9580 8 місяців тому +1

    Thanks for the video.l I hated List.Accumulate the first few times I had to use it, kI couldn't get my head around the idea of iteration without some kind of for statement, my brain refused completely to process how the function could possibly keep count of hte number of iterations completed and after that sank in I had real problems seeing how the loop could end. I still find it makes my head ache writing the functions and debugging them is even worse!

    • @basensei8699
      @basensei8699  8 місяців тому +1

      Hey Roy! i also took a while with it! hahah ait's so counter intuitive! not seeing a loop!

    • @roywilson9580
      @roywilson9580 8 місяців тому

      @@basensei8699 exactly!

  • @SamehRSameh
    @SamehRSameh 8 місяців тому

    Why exist 2 let and 2 ln in cod e