Power Query - Dynamically Split into Columns

Поделиться
HTML-код
  • Опубликовано: 28 янв 2025

Комментарии • 15

  • @Softwaretrain
    @Softwaretrain Год назад +4

    Thank you, another way is sort descending custom column then split column and just remove last part of the function. It will create column based on first row.

    • @basensei8699
      @basensei8699  Год назад +1

      incredible! i didnt know that! thanks for the tip!

  • @alexrosen8762
    @alexrosen8762 Год назад +1

    Super useful tutorial and I really appreciate the added link for the file used in the video so I can follow along on a practical level 👌🙏👌

  • @roywilson9580
    @roywilson9580 Год назад +1

    Thank you, nice video. I would personally have added a few extra steps so the query turns out a proper dataset then set it up as a function that can be invoked whenever new files are added to the portfolio directory.

    • @basensei8699
      @basensei8699  Год назад +1

      yes totally agree functions are the way to go here

  • @dennisr3820
    @dennisr3820 11 месяцев назад

    Thanks a lot. You saved my day.

  • @leetran8328
    @leetran8328 Месяц назад

    tks u

  • @Sh0ckTV
    @Sh0ckTV Год назад +1

    can you sort the stocks before the split so the same stock appears is the same column per row? i.e. null null HIJ in one row and another ABC null HIJ

  • @SamehRSameh
    @SamehRSameh Месяц назад

    What is meaning expression "occurance all"

  • @FRANKWHITE1996
    @FRANKWHITE1996 Год назад +1

    Subscribed 🎉

  • @Excel-power-users
    @Excel-power-users Год назад

    Hello Dear, Thanks for the nice video. I have a column with multiple line items where I want to split the column into two columns the only criteria is that the split has to happen from the fourth instance of the Space from Right to left. I know it is possible but don't know how to do it.