Concatenate values in Power Query M | Avoid these pitfalls!

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

КОМЕНТАРІ • 14

  • @raimundojs9547
    @raimundojs9547 5 місяців тому +1

    Perfect! 💚

    • @BIGorilla
      @BIGorilla  5 місяців тому +1

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

  • @IvanCortinas_ES
    @IvanCortinas_ES 5 місяців тому

    All this material is great. Thanks for sharing.

  • @saurabhbhardwaj9667
    @saurabhbhardwaj9667 5 місяців тому +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  5 місяців тому +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!

  • @reachmaqsood
    @reachmaqsood 5 місяців тому +1

    You are awesome !!!

  • @odallamico
    @odallamico 5 місяців тому

    Great tricks to combine data. Thank for sharing

  • @kebincui
    @kebincui 5 місяців тому +1

    Great !👍

  • @themolestones
    @themolestones 5 місяців тому

    Great as always

    • @BIGorilla
      @BIGorilla  5 місяців тому

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

  • @mrbartuss1
    @mrbartuss1 5 місяців тому

    Is the file available so we could follow along?

  • @williamarthur4801
    @williamarthur4801 5 місяців тому

    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.

  • @gurvindersingharora5301
    @gurvindersingharora5301 4 місяці тому

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

  • @Charlie888
    @Charlie888 5 місяців тому