Combine Files with Inconsistent Headers No Mapping Table

Поділитися
Вставка
  • Опубліковано 28 жов 2024

КОМЕНТАРІ • 23

  • @QasimAli-gy3nb
    @QasimAli-gy3nb 11 місяців тому +1

    Most awaited video on PQ. Thanks Nabil.

  • @GeertDelmulle
    @GeertDelmulle 11 місяців тому +1

    Thanks Nabil, that is a fine technique you showed us there! :-)

    • @Officeinstructor
      @Officeinstructor  11 місяців тому +1

      Glad you liked it and thanks for watching

  • @mcwahaab
    @mcwahaab 10 місяців тому

    Simple steps and insightful, as always. Thanks Nabil

  • @JoseAntonioMorato
    @JoseAntonioMorato 11 місяців тому +1

    Dear Nabil,
    Your excellent video inspired me to develop, with dynamic formulas, the grouping you achieved in Power Query:
    =LET(Africa,REDUCE("Continents",SEQUENCE(ROWS(Africa[Countries])),LAMBDA(a,b,VSTACK(a,"Africa"))),
    Asia,REDUCE("Asia",SEQUENCE(ROWS(Asia[Country])-1),LAMBDA(a,b,VSTACK(a,"Asia"))),
    Europe,REDUCE("Europe",SEQUENCE(ROWS(Europe[Nation])-1),LAMBDA(a,b,VSTACK(a,"Europe"))),
    Countries,VSTACK(Africa[[#All],[Countries]],Asia[Country],Europe[Nation]),
    Capitals,VSTACK(Africa[[#All],[Capitals]],Asia[Main City],Europe[Capital]),
    Populations,VSTACK(Africa[[#All],[Populations]],Asia[Population],Europe[Residents]),
    AreaSqKm,Africa[[#All],[Area SqKm]],
    IFNA(HSTACK(VSTACK(Africa,Asia,Europe),Countries,Capitals,Populations,AreaSqKm),""))
    I hope you like it. 🤗

  • @bilaloz8043
    @bilaloz8043 11 місяців тому +1

    I follow you constantly and benefit greatly from your educational videos. Really thank you and appreciate for the super videos and solutions. But you don't share your work files at all. In fact, it would be much more helpful if you shared your working file. We will have the opportunity to practice while watching you and we expect you to share the files.

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

      Hello, I am glad you find value in my tutorials.
      Due to very low interaction on my videos I do not post the source files regularly as I used too. I know they are really valuable.
      However, for this tutorial you can Download the Exercise File from my blogsite:
      officeinstructor.com/power-query-trick-for-combining-files-without-renaming-table/

  • @IvanCortinas_ES
    @IvanCortinas_ES 11 місяців тому +1

    Excellent resolution. I think Power Query is still superior to Excel here. These models are easier to do this way. Thanks for this great explanation Nabil.

  • @Luciano_mp
    @Luciano_mp 11 місяців тому +1

    Very good, useful! Thank you Nabil!

  • @QasimAli-gy3nb
    @QasimAli-gy3nb 11 місяців тому +1

    Hi Nabil, please do more excited Power Query videos like this.

  • @almenyawe
    @almenyawe 11 місяців тому +1

    Brilliant ,, thanks a lot

  • @مسلم_سني_مسلم
    @مسلم_سني_مسلم 11 місяців тому +1

    اول واحد يذتب تعليق و يعمل 👍
    مشكور

  • @SyedMuzammilMahasanShahi
    @SyedMuzammilMahasanShahi 11 місяців тому +1

    Thank you very much. Great share.

  • @MaiMai01-w4k
    @MaiMai01-w4k 7 місяців тому

    Excellent video