Using Advanced Feature of Table.Pivot with Custom Aggregation to solve Power Query Challenge 91

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

КОМЕНТАРІ • 19

  • @PowerMquery
    @PowerMquery  Місяць тому

    Link to the file
    www.linkedin.com/posts/omid-motamedisedeh-74aba166_excelchallenge-powerquerychllenge-excel-activity-7224519224495329281-Leg1?

  • @avininyoutuification
    @avininyoutuification Місяць тому +1

    This guy is the List guru of all , amazing trick 😮

    • @PowerMquery
      @PowerMquery  Місяць тому

      @@avininyoutuification Thanks for your support.

  • @IvanCortinas_ES
    @IvanCortinas_ES Місяць тому +2

    Awesome solution. I loved that custom column with =1
    It's amazing. Thank you Omid.

    • @PowerMquery
      @PowerMquery  Місяць тому

      @@IvanCortinas_ES I am happy that you like it

  • @fahadea1
    @fahadea1 Місяць тому +1

    Amazing❤

  • @mnowako
    @mnowako Місяць тому +1

    Amazing! Thank you!

  • @leosaghathan2895
    @leosaghathan2895 Місяць тому

    Wow super only few steps and tick part is amazing. Thank you.

    • @PowerMquery
      @PowerMquery  Місяць тому

      @@leosaghathan2895 You are welcome

  • @saeedhoushyari9588
    @saeedhoushyari9588 Місяць тому +1

    ❤❤

    • @PowerMquery
      @PowerMquery  Місяць тому

      @@saeedhoushyari9588 welcome

  • @Excelambda
    @Excelambda Місяць тому

    Great video! Great solution!!
    At D10 apply UNPIVOT function:
    =UNPIVOT("Branch "&B4:B7,C3:E3,C4:E7)
    Then anywhere:
    =PIVOTBY(HSTACK(D10:D21,C10:C21),B10:B21,B10:B21,LAMBDA(x,"✓"),,0,,0)

    • @Excelambda
      @Excelambda Місяць тому

      UNPIVOT is a reusable custom made lambda:
      =LAMBDA(r,c,a,LET(w,ROWS(a),l,COLUMNS(a),s,SEQUENCE(w*l),HSTACK(INDEX(r,QUOTIENT(s-1,l)+1),INDEX(c,MOD(s-1,l)+1),TOCOL(a))))

    • @PowerMquery
      @PowerMquery  Місяць тому

      @@Excelambda thanks

  • @hussainmeghani8785
    @hussainmeghani8785 Місяць тому

    Is it possible to create phonetic matches in power query with contain condition... Can you please guide.

    • @PowerMquery
      @PowerMquery  Місяць тому

      What do you means phonetic match? Can you give me an example?

    • @hussainmeghani8785
      @hussainmeghani8785 Місяць тому

      @PowerMquery Sir, apologize for late response....Search by Using phonics...like in Arabic... Ali can be Aly... Qasim can be write as Kasim...Muhammad can be written as Mohammad or Mohammed.... So while merge the query I only get the result of extract match where Ali=Ali..result despite Aly is in the list result show only single match