Table.TransformRows or Table.TransformColumns

Поділитися
Вставка
  • Опубліковано 2 січ 2025

КОМЕНТАРІ •

  • @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

  • @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!!! 😊

  • @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😊

  • @iankr
    @iankr Рік тому

    Muchas gracias, Alejandra. Very useful!

  • @shivmantra1406
    @shivmantra1406 11 місяців тому

    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  11 місяців тому

      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 8 місяців тому

    I need more about this formula with if statement plz