Table.TransformRows or Table.TransformColumns

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

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

  • @alejandrahorvath
    @alejandrahorvath  Год назад

    Code from this video
    TblTfrRows
    let
    Source = Excel.CurrentWorkbook(){[Name="Table1"]}[Content],
    Custom1 = Table.TransformRows (Source, each Text.Replace([Reference], "Ch.", "Cheque " ))
    in
    Custom1
    TblTfrCols
    let
    Source = Excel.CurrentWorkbook(){[Name="Table1"]}[Content],
    Custom1 = Table.TransformColumns (Source, {
    {"Reference", each Text.Replace(_, "Ch." , "Cheque " ) } ,
    {"Amount", each _ * 1000000} })
    in
    Custom1

  • @ziggle314
    @ziggle314 Год назад

    Nice job Alejandra. I had never even looked at Table.TransformRows before 😊 Thanks.

    • @alejandrahorvath
      @alejandrahorvath  Год назад

      You’re very welcome Mark😊. Glad you liked it! Thanks for watching😊

  • @raimundojs9547
    @raimundojs9547 Год назад

    Excellent! Thank you for sharing and ¡Feliz Año Nuevo!

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

      Muchas gracias. It's my pleasure to share. Felíz Año Nuevo!!! 😊

  • @iankr
    @iankr Год назад

    Muchas gracias, Alejandra. Very useful!

  • @shivmantra1406
    @shivmantra1406 Год назад

    Hi Alejandra. I recently came across your channel and you certainly do some amazing advanced solutions. Thank you very much. The only feedback I have after watching other presenters is that they say what the final solution would look like at the start of the video. It would be great if you can show that at the beginning. You rock!!

    • @alejandrahorvath
      @alejandrahorvath  Год назад

      Welcome to my channel! Happy to know that you find it useful. 😊
      Thank you very much for the great feedback, I appreciate it! 🙏
      I'll keep in mind for future videos 😊

  • @SamehRSameh
    @SamehRSameh Год назад

    Marvelous 🎉🎉as usual 🎉🎉

  • @eduardomunoz2764
    @eduardomunoz2764 Год назад

    wonderful thanks, Ale... Greetings

  • @kebincui
    @kebincui Год назад

    excellent❤

  • @SamehRSameh
    @SamehRSameh 9 месяцев назад

    I need more about this formula with if statement plz