Concatenate values in Power Query M | Avoid these pitfalls!

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ม.ค. 2025

ความคิดเห็น • 14

  • @IvanCortinas_ES
    @IvanCortinas_ES 4 หลายเดือนก่อน

    All this material is great. Thanks for sharing.

  • @saurabhbhardwaj9667
    @saurabhbhardwaj9667 4 หลายเดือนก่อน +1

    Thanks for posting this video. I really liked the way you explained concatenation basics using & operator and then went on to explain the power of Text.Combine with Text.From and Date.ToText functions. You also mentioned how user interface builds the formula for you if you use Merge Columns which is what I would typically do most of the times. But it probably won't accomplish what you demonstrated in the last example using specific string format for long date. I really look forward to seeing such amazing content from you in your future videos.

    • @BIGorilla
      @BIGorilla  4 หลายเดือนก่อน +1

      I'm glad you liked the build up. There's so many ways to concatenate. As long as you are aware of the risks combining certain values have, you're good to go. So you can make a well weighted decision on the method to use.
      The most common error I see? Not accounting for 'null' values. But as the video shows, functions like Text.Combine can help there. Cheers Saurabh!

  • @raimundojs9547
    @raimundojs9547 4 หลายเดือนก่อน +1

    Perfect! 💚

    • @BIGorilla
      @BIGorilla  4 หลายเดือนก่อน +1

      Raimundo - Can't believe how quick you manage to spot new videos. Thanks for the continued support :)

  • @odallamico
    @odallamico 4 หลายเดือนก่อน

    Great tricks to combine data. Thank for sharing

  • @kebincui
    @kebincui 4 หลายเดือนก่อน +1

    Great !👍

  • @reachmaqsood
    @reachmaqsood 4 หลายเดือนก่อน +1

    You are awesome !!!

  • @themolestones
    @themolestones 4 หลายเดือนก่อน

    Great as always

    • @BIGorilla
      @BIGorilla  4 หลายเดือนก่อน

      Glad to hear it. And a big thank you for showing up again! ❤

  • @mrbartuss1
    @mrbartuss1 4 หลายเดือนก่อน

    Is the file available so we could follow along?

  • @gurvindersingharora5301
    @gurvindersingharora5301 3 หลายเดือนก่อน

    Rick,
    How to replace null values with List.Median through M Language?

  • @williamarthur4801
    @williamarthur4801 4 หลายเดือนก่อน

    Is there a way to get combiner functions to ignore nulls , so for example
    Table.AddColumn(#"Added Custom", "Custom.1", each Combiner.CombineTextByEachDelimiter( {"-","/","|"} ,
    QuoteStyle.Csv)( { [A], [B] , [Custom] } ))
    it does ignore cells that are 'empty' , might have it's uses but seems annoying.

  • @Charlie888
    @Charlie888 4 หลายเดือนก่อน