APQ04: Advanced Power Query Video #4 - M-CODE - Combine Inconsistent Tables

แชร์
ฝัง
  • เผยแพร่เมื่อ 17 มิ.ย. 2024
  • Chapters:
    --------------------------------------------------------------------------------------
    0:00 Intro
    1:30 Combine Multiple Tables in one Workbook
    5:24 Extract a Dynamic List of Column Headers
    10:37 Dynamically Expand Columns
    15:07 Closing
    --------------------------------------------------------------------------------------
    To watch the full playlist
    • Advanced Power Query
    --------------------------------------------------------------------------------------
    To download the working files:
    drive.google.com/drive/folder...
    --------------------------------------------------------------------------------------
    To subscribe:
    / @aaaexcel
    --------------------------------------------------------------------------------------
    To follow on Facebook
    / excelispower
    --------------------------------------------------------------------------------------
    To follow on LinkedIn:
    / amratef

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

  • @aniljaggarwal60
    @aniljaggarwal60 2 ปีที่แล้ว +3

    You are sacrificing all the knowledgeable treasure of Excel on the world, in return you will get the love and respect of the world.

    • @AAAExcel
      @AAAExcel  2 ปีที่แล้ว

      Thank you so much for your nice words, appreciate it

  • @kuyakambo2327
    @kuyakambo2327 ปีที่แล้ว +1

    You've explained it far more clearly than the tutorial I've got from Online Courses. Thank you for this awesome video.!!

    • @AAAExcel
      @AAAExcel  ปีที่แล้ว

      happy that you find it useful, please subscribe to the English channel: youtube.com/@aaaexcelenglish

  • @mathsexperts4901
    @mathsexperts4901 10 หลายเดือนก่อน

    This channel is the best one I have seen in TH-cam, Excellent content, Great work

    • @AAAExcel
      @AAAExcel  10 หลายเดือนก่อน

      Thank you so much 😀

  • @agostinhosubtil569
    @agostinhosubtil569 11 หลายเดือนก่อน +1

    Another spectacular lesson. Thank you very much for spreading relevant knowledge.

    • @AAAExcel
      @AAAExcel  11 หลายเดือนก่อน

      Most welcome dear 🙏

  • @10ozGold
    @10ozGold 2 ปีที่แล้ว +1

    Excellent video! Keep up the great work.

    • @AAAExcel
      @AAAExcel  2 ปีที่แล้ว

      Thank you , happy you like it

  • @eddieb8337
    @eddieb8337 7 หลายเดือนก่อน

    Another great lesson...for sure

    • @AAAExcel
      @AAAExcel  2 หลายเดือนก่อน

      thank you

  • @anek1945
    @anek1945 ปีที่แล้ว

    Thank you for the excellent material!

    • @AAAExcel
      @AAAExcel  ปีที่แล้ว

      My pleasure

  • @jerrydellasala7643
    @jerrydellasala7643 2 ปีที่แล้ว

    Great Series! Keep Going!

    • @AAAExcel
      @AAAExcel  2 ปีที่แล้ว

      Thanks, will do!

  • @zahoorsarbandi2982
    @zahoorsarbandi2982 2 ปีที่แล้ว

    wonderful!.. such issues are usually faced in appending. this video is a complete solution to it.

    • @AAAExcel
      @AAAExcel  2 ปีที่แล้ว

      Thank you, happy you find it useful 👌

  • @jawadahmadehssan6251
    @jawadahmadehssan6251 2 ปีที่แล้ว

    Thanks Amr for this wonderful video.

    • @AAAExcel
      @AAAExcel  2 ปีที่แล้ว

      Glad you liked it! thank you

  • @kebincui
    @kebincui 2 ปีที่แล้ว

    Wonderful video, keep it up and thank you for sharing💌

    • @AAAExcel
      @AAAExcel  2 ปีที่แล้ว

      Thank you for your comment, you’re welcome ☺️

  • @israfilgazi8071
    @israfilgazi8071 2 ปีที่แล้ว

    It really helps me . JAZAKALLAH KHAIR. Thanks a lot.🧡🧡🧡

    • @AAAExcel
      @AAAExcel  2 ปีที่แล้ว

      Jazak Allah Khair, happy that it was useful

  • @kennethstephani692
    @kennethstephani692 2 ปีที่แล้ว

    Great video!!

  • @DrK99999
    @DrK99999 2 ปีที่แล้ว

    Excellent. Keep it up👌👍

    • @AAAExcel
      @AAAExcel  2 ปีที่แล้ว

      Thank you 🙏

  • @cheikhhakim5864
    @cheikhhakim5864 2 ปีที่แล้ว

    Excellent video , thank you sir

    • @AAAExcel
      @AAAExcel  2 ปีที่แล้ว

      Most welcome 🙏

  • @kishorpanara4191
    @kishorpanara4191 2 ปีที่แล้ว

    Wonderful keep it up Thank you dear

    • @AAAExcel
      @AAAExcel  2 ปีที่แล้ว

      Thank you too

  • @Bhavik_Khatri
    @Bhavik_Khatri 2 ปีที่แล้ว

    Very nice tutorial 👍

    • @AAAExcel
      @AAAExcel  2 ปีที่แล้ว

      Thank you 🙏

  • @z.719
    @z.719 2 ปีที่แล้ว

    Awesome👍

    • @AAAExcel
      @AAAExcel  2 ปีที่แล้ว

      Thank you 🙏

  • @manjeetmarothiya1519
    @manjeetmarothiya1519 2 ปีที่แล้ว

    Thank you so much sir, You explain the List very very Awesome, its so much easy. Thanks for this video. One again sir Thanks.. ❤️❤️

    • @AAAExcel
      @AAAExcel  2 ปีที่แล้ว

      You are most welcome

    • @ExcelInstructor
      @ExcelInstructor 2 ปีที่แล้ว

      @@AAAExcel Hi, I do have a question.
      why did you overcomplicated that?
      Here is my code:
      let
      Source = Excel.Workbook(File.Contents("C:\Users
      jpop\Downloads\Different_Column_Tables.xlsx"), true, true)[Data],
      Custom1 = Table.Combine( Source )
      in
      Custom1
      this way there is no need to grab column names separetly, and it will be done automaticly.

    • @AAAExcel
      @AAAExcel  2 ปีที่แล้ว

      I tried this one, amazing, it’s working perfectly.. thank you 🙏

    • @AAAExcel
      @AAAExcel  2 ปีที่แล้ว

      If you allow me, I will do a quick video to explain it

    • @ExcelInstructor
      @ExcelInstructor 2 ปีที่แล้ว

      @@AAAExcel sure go ahead :)
      to me thats common knowladge, or maybe im so deep in PQ that this is super obvious to me, I dont know. but anyway, sure make video out of it :)
      If only I had some1 for video editing.
      I do love making videos, i hate edditing videos.

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

    Nice job explaining all the details; big help.
    One issue I am having is when I do the Transform of the data file in addition to the the sheets of the source wokbook, I see a bunch of ExternalData tables which are marked "Hidden". This results in a bunch of undesired rows in my appended worksheet. Where did thes ExternalData sheets come from, and how can I get rid of them?
    Thank you very much.

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

      I should have mentioned that when I examined the source workbook, there are no hidden sheets there.

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

      My guess is that you have named ranges, tables or print areas, on a separate note, please watch this video, it can achieve the same but much faster and more simple
      th-cam.com/video/B3ecoWczI8Q/w-d-xo.htmlsi=3P_KaRc8WtVYXRSt

  • @manjeetmarothiya1519
    @manjeetmarothiya1519 2 ปีที่แล้ว +1

    Dear Sir please make video on power BI in English Also...

    • @AAAExcel
      @AAAExcel  2 ปีที่แล้ว

      It will come with the power pivot series. next video will come soon

  • @Mohamed-km9jd
    @Mohamed-km9jd ปีที่แล้ว

    What if i don't want any null value in new column?

    • @AAAExcel
      @AAAExcel  ปีที่แล้ว

      what do you want instead? you can relpace null value with a defalut value if requried

  • @mahmoudmhamid5468
    @mahmoudmhamid5468 2 ปีที่แล้ว

    يعطيك العافيه استاذ
    أنا بشتغل محاسب تكاليف بمطعم و جردت اخر السنه و عملت تسوية جردية للمستودع عشان اثبت الفعلي عملت تسوية مدينه و تسويه دائنه
    الفعلي طرحت منه المعياري و بعدها خرجت الموجب و أدخلت السالب ع المستودع عشان ما يطلع فرق و فعليا المستودع صار الفروقات فيه صفر لكن ع ميزان المراجعه حساب المخزون كبيرررر يعني ضعف بضاعه اخر المده شو السبب؟

    • @AAAExcel
      @AAAExcel  2 ปีที่แล้ว

      اهلا بك .. معلش. ايه علاقة السؤال بموضوع الڤيديو؟ هل كنت شغال علي الملفات باستخدام باور كويري او حاجة زي كده؟

    • @mahmoudmhamid5468
      @mahmoudmhamid5468 2 ปีที่แล้ว

      اه شغال بور كويري

  • @amanijeanpierre7911
    @amanijeanpierre7911 2 ปีที่แล้ว

    How do I export data with file name using power query for text files.

    • @AAAExcel
      @AAAExcel  2 ปีที่แล้ว

      You can go to data, get data, from file, from folder, then select the folder contains the text files and click ok
      The power query will launch and you will a list of all files of the folder

    • @amanijeanpierre7911
      @amanijeanpierre7911 2 ปีที่แล้ว

      @@AAAExcel My point was if I combine binaries (content column) in power query, I don’t want to lose the file name column. I want to extract file name together with content.Remember the source file is a text file or CSV.

    • @AAAExcel
      @AAAExcel  2 ปีที่แล้ว

      Ok, then you can use add custom columns, in the new column use function “CSV.Document”, then remove all the columns except the file name and new custom column then expand