Power Query Data Structure: Table, Record, List

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

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

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

    Veo tus videos son realmente muy buenos!!! muchas gracias por tu tiempo.

  • @sukhomoyb
    @sukhomoyb 2 года назад +2

    Good Content, However, I suggest you make another video to showcase the usability of the Record, List and Table.
    How we can emphasize their use. Else the above video is just a theory.

    • @RADACAD
      @RADACAD  2 года назад

      This is explaining the structures of a language. There are already some other videos in our channels about using list to concatenate a list of values from a group, or getting the last item of each group etc.

  • @kebincui
    @kebincui 2 года назад +1

    Very clear explanation. Thanks Leila

    • @RADACAD
      @RADACAD  2 года назад

      Glad it was helpful!

  • @ArifulIslam-gs6uy
    @ArifulIslam-gs6uy 2 года назад +1

    Very Nice Explanation.... Thanks Leila

    • @RADACAD
      @RADACAD  2 года назад

      Glad it was helpful!

  • @Bhavik_Khatri
    @Bhavik_Khatri 2 года назад +1

    Excellent tutorial.

  • @VictorHugo-bd3bf
    @VictorHugo-bd3bf 2 года назад +1

    Excellent as always. Thanks a lot Leila.

    • @RADACAD
      @RADACAD  2 года назад

      Glad you liked it!

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

    Like, regards from Cali Colombia

  • @Alireza-ih5vu
    @Alireza-ih5vu 2 года назад +1

    Perfect
    Thanks Leila

    • @RADACAD
      @RADACAD  2 года назад

      Thanks so much!!

  • @SamehRSameh
    @SamehRSameh 2 года назад

    We need more about data structure in power query and explain formula in M code such as list.min & table.selectrows

  • @soheilpalermo491
    @soheilpalermo491 5 месяцев назад

    R.I.P Leila Jan🖤🤍

  • @Bharath_PBI
    @Bharath_PBI 2 года назад

    Thank you.
    How different is #table definition versus Json table created from "Enter Data" option in Power Query? Which one to choose in what scenario?

    • @RADACAD
      @RADACAD  2 года назад

      it has different defination you creat a table from entry data as it use Table.FromRows(Json.Document(Binary.Decompress(Binary.FromText("i45W8knNzElU0lFyLUlMLMlUio0FAA==", BinaryEncoding.Base64), Compression.Deflate)), let _t = ((type nullable text) meta [Serialized.Text = true]) in type table [Fname = _t, Lname = _t])
      abt internal process to create table