Remove Top Rows and Combine Data from Multiple Excel Files

Sdílet
Vložit
  • čas přidán 15. 09. 2021
  • Check out our newly launched M Language course ↗️ - goodly.co.in/learn-m-powerquery/
    Here is a solution to a common problem where you can remove a fixed or variable number of top junk rows from your data before you combine it from multiple excel files or datasets.
    - - - - My Courses - - - -
    ✔️ Mastering DAX in Power BI -
    goodly.co.in/learn-dax-powerbi/
    ✔️ Power Query Course-
    goodly.co.in/learn-power-query/
    ✔️ Master Excel Step by Step-
    goodly.co.in/learn-excel/
    ✔️ Business Intelligence Dashboards-
    goodly.co.in/learn-excel-dash...
    - - - - Combine Multiple Datasets Videos - - - -
    Unpivot and Combine - • Unpivot and Combine Da...
    Dynamic Combine Multiple Excel Files - • Combine Data From Mult...
    Dynamic Combine Multiple Excel Sheets - • Combine Data from Mult...
    ---
    ► Artist Attribution
    Music By: "After The Fall"
    Track Name: "Tears Of Gaia"
    Published by: Chill Out Records
    - Source: goo.gl/fh3rEJ​
    Official After The Fall CZcams Channel Below
    czcams.com/channels/GQE.html...
    License: Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
    Full license here: creativecommons.org/licenses
  • Věda a technologie

Komentáře • 113

  • @GoodlyChandeep
    @GoodlyChandeep  Před 2 lety +5

    Download Solution - www.goodly.co.in/wp-content/uploads/2021/09/Remove-Rows-and-Combine.zip

  • @wayneedmondson1065
    @wayneedmondson1065 Před 2 lety +14

    Awesome Chandeep! Your solutions are always creative and efficient. Thanks for sharing how to solve this problem. Thumbs up!!
    PS - Here is another method using Table.Skip() and List.PositionOf().. assuming that the column header label "Date" is not found above in the junk area of Column1 of any of the tables:
    = Table.AddColumn(Source, "Custom", each Table.PromoteHeaders(Table.Skip([Data],List.PositionOf([Data][Column1],"Date"))))

  • @mathewinmuscat
    @mathewinmuscat Před 2 lety

    Chandeep, I don't know how to thank you....this has been a lifesaver for me. Thanks a ton.

  • @dirkstaszak4838
    @dirkstaszak4838 Před 2 lety

    Loved this one. Not only the described solution, but also the technique behind it. Thanks a lot

  • @rahulkalingeri1206
    @rahulkalingeri1206 Před 2 lety +1

    Amazing
    Thanks a lot.. I was modifying the input files manually to remove the junk rows
    This helps a lot 🙂

  • @ExcelWithChris
    @ExcelWithChris Před rokem

    Thank you so much!! Greetings from South Africa. I love these short informative videos addressing specific every day issues one has with data.

  • @SamiElzaim
    @SamiElzaim Před 2 lety

    Now that is a clever and useful trick! Thanks chandeep!

  • @abeerattia4523
    @abeerattia4523 Před 2 lety

    Excellent , thanks for sharing your knowledge, Abeer from Egypt

  • @DanteCry23
    @DanteCry23 Před rokem +1

    Man this in incredible effective and well explained! I would ask you: What if I have junk between rows (Example: junk junk data data junk junk data data). I have not been able to figure it out.
    Thank you!

  • @cristian.angyal
    @cristian.angyal Před 2 lety

    Nice trick! Thanks for sharing Chandeep!

  • @Nitin-yd5ko
    @Nitin-yd5ko Před rokem

    Much informative ,,people like to hear in hindi too

  • @PrakashFatania
    @PrakashFatania Před rokem

    Loved this video, quick and to the point - thanks

  • @seshakv
    @seshakv Před 2 lety

    Thank you. You are insanely genius. 👍👍👍👍

  • @ashokkumar-qy3ph
    @ashokkumar-qy3ph Před 2 lety

    Your Content is super simple

  • @GrainneDuggan_Excel
    @GrainneDuggan_Excel Před 2 lety

    Interesting solution. Thanks Chandeep

  • @gennarocimmino
    @gennarocimmino Před rokem

    Very useful indeed.
    Impeccably explained.
    You are really good, brilliantly good.

  • @learningforever1195
    @learningforever1195 Před 2 lety

    Thanks for another informative tutorial. This saves a lot of steps and simplifies it.
    An ask - In case of the excel file(s) with sub-totals in it, its been observed that the header record is not available and needs to be addressed manually. Is there any way around for same without manually removing the sub-totals from each excel file before importing in Power query. Thanks.

  • @epernayjfl
    @epernayjfl Před 2 lety

    Mille mercis pour ce partage (et pour le fichier !) 👍

  • @EricaDyson
    @EricaDyson Před rokem

    Great, as always and so very very useful! Thanks a lot.

  • @vineetyoutubr5
    @vineetyoutubr5 Před 2 lety

    Thank you Chandeep 😊

  • @DavidWarbeck
    @DavidWarbeck Před 2 lety

    Thank you so much for this - it is a genius solution!

  • @KgasS
    @KgasS Před rokem

    👌. Normally PQ takes care of the field orders while appending if the data set is clean. If the field order is changed for example in one sheet change the order of Category and Value, the combined data result is different. A check for contains may be required in that case. Thanks

  • @abdullah_alhathloul_
    @abdullah_alhathloul_ Před 2 lety

    Thanks a lot..

  • @pranoysingha3236
    @pranoysingha3236 Před 8 měsíci

    Thanks a lot

  • @sircorn4248
    @sircorn4248 Před rokem

    Simple makes awesome. Thanks a lot

  • @moonrollingpapers6521
    @moonrollingpapers6521 Před 2 lety +2

    HI, Thanks for the video, what about mutliable workbook instead of sheet in one workbook. when I do it it show "record" instead of " table" which we need to work on it

  • @mnowako
    @mnowako Před 2 lety

    Excellent! 👍

  • @brianxyz
    @brianxyz Před 6 měsíci

    Amazing!

  • @pdadey
    @pdadey Před 2 lety

    Thanks Chandeep for another insightful video. How would you provide a list of quoted column names ie "Date","Category", "Value" in a Custom Column?

  • @BestICan
    @BestICan Před 2 lety

    Outstanding!

  • @eslamfahmy87
    @eslamfahmy87 Před 11 měsíci

    Thank you for another wonderful tutorial, but it shall be write all column headers we have or only some of them are enough?

  • @jjohn108
    @jjohn108 Před 2 lety

    Wow..!! This is very useful :)

  • @santoshpv321
    @santoshpv321 Před rokem

    This is next level...Top Gun!!!

  • @anshikapandey2977
    @anshikapandey2977 Před 2 lety

    Thanks for this informative video!! I would like to ask if you can make a video on conditional formatting chart as well.:D

  • @jpvramanarao1900
    @jpvramanarao1900 Před rokem

    Thanku for valuable awasome tutorial and how to remove nth rows for multiple excel files

  • @rajanmehandiratta596
    @rajanmehandiratta596 Před 10 měsíci

    Hi Chandeep, Thank you for this wonderful video. What if number of columns are more, then it's quite tedious to put all the column names manually in the list. Is there any way to link it with one list having detail of all the column headers to make it dynamic.

  • @dianaadams5026
    @dianaadams5026 Před rokem

    Thanks!

  • @smartwork4768
    @smartwork4768 Před 2 lety

    Hello Genius,
    I never miss your any of the videos and you are absolutely amazing in this.
    Well, i have one query if you could guide me here,
    - Let's say i have load query from folder and i have multiple files available in that folder belongs to every month sales and let's say i have built one report and loaded in excel using power query.
    - Now after deleting a few files from folder, how could i keep old file data in excel where i have loaded the query besides that file get removed from folder?
    - as we know after refracing of query it would load fresh data only in model.
    basically, i want to preserve old data also in my excel where i have load the query.
    Thanking you in advance.

  • @brij26579
    @brij26579 Před 2 lety

    Awesome 👍

  • @MrAbrandao
    @MrAbrandao Před dnem

    Fantástic work. But as ever , "we want more."
    Would be nice not to have to create a list with all the headers, but just one from a specific column.
    Also would be nice to remove empty columns..

  • @vidyadharvm4132
    @vidyadharvm4132 Před rokem

    Super thanks

  • @seanw4687
    @seanw4687 Před 2 lety +1

    Awsum Chandeep! You make it look so simple ;).
    A question though, how will merged header cells affect the query application?
    Thank you for the teaching.

    • @GoodlyChandeep
      @GoodlyChandeep  Před 2 lety +1

      The merged header gets unmerged automatically in Power Query

  • @rrrraaaacccc80
    @rrrraaaacccc80 Před rokem +1

    Excelent 💯👍

  • @shoaibrehman9988
    @shoaibrehman9988 Před 2 lety

    Superb

  • @bravucod
    @bravucod Před 2 lety

    Brilliant

  • @shenuforu
    @shenuforu Před 5 měsíci

    Thanks a lot.. am currently workin on an assignment where this helps me however i hav one more instance where the heading comes bac again at the bottom wit few more values and currently my query ignores that.. is there a way i can apply the same principle multiple times so it picks tht data as well.. pls help..

  • @manasa5639
    @manasa5639 Před 2 lety

    Nice and helpful

    • @GoodlyChandeep
      @GoodlyChandeep  Před 2 lety +1

      Glad it was helpful 😊

    • @manasa5639
      @manasa5639 Před 2 lety

      @@GoodlyChandeep Am becoming quite a fan of you/ your contents 😊👍🏼

  • @SamehRSameh
    @SamehRSameh Před 2 lety

    Magic ✨✨

  • @kirshnannagarajan8756
    @kirshnannagarajan8756 Před 3 měsíci

    It’s useful. Can you show how to pick files from share point with junk row and dynamic header. So I need to call out all the header name

  • @karanbirsoin9983
    @karanbirsoin9983 Před rokem

    Hi Chandeep, will implement your method. My data has some blank lines also. I think your method reads all the records. Should work…..

    • @karanbirsoin9983
      @karanbirsoin9983 Před rokem

      Finally did it for cleaning the bank statement. One takeaway is that headers in data must match that are built into the custom column...

  • @SuperUddie
    @SuperUddie Před 7 měsíci

    Hello Chandeep!
    Thank you so much for the detailed explanation in this video and all the other videos which you record. I was able to unblock myself in multiple occasions following through your videos.
    Could you please help me on the below problem I am facing.
    I have a scenario where I need to combine 12 .xlsb (binary files) and each of these files have more than 300 columns. When I load these files into Power BI and try to combine, I am able to get only 255 columns.
    Is there any way where I can combine these files and get more than 255 columns (300 columns)
    Thank you again!

  • @The_Code_Father
    @The_Code_Father Před 2 lety

    Very smart mr chandeep but i was wondering what if columns header titles are dynamic and I make them data driven not manually insert them into the formula

  • @rencerivera9171
    @rencerivera9171 Před rokem

    thumbs up!

  • @koteswaribapatla8075
    @koteswaribapatla8075 Před 2 lety

    Hi,if I have more no of columns it is difficult to enter manually so how to automate even header names comparision with junk columns

  • @polemack
    @polemack Před rokem

    Great video ! But how to deal with nth junk rows at the end of the valid data ? Best wishes from Brazil. Thank you !

  • @pk5134
    @pk5134 Před 2 lety

    Thanks Chandeep. This was very useful! In this example the column headings were the same. How would you use this technique when the inner tables are different, say for example, the tables are Sales, order, product and, territory, where the column names are not the same. One way could be searching for a blank row before the main data begins. But this wouldn't work when there are no blank rows between the junk rows and the main data table
    Also, one concept I find hard to grasp is the use of _ and where it can be used, and how it differs from the "each" keyword. Could you please do a video on it ?
    Thanks!

    • @GoodlyChandeep
      @GoodlyChandeep  Před 2 lety +1

      If the headers are different, I would then look for a completely filled record (which will be the header row). I'll post a video on each and _ soon.
      Thanks for the suggestion!

    • @pk5134
      @pk5134 Před 2 lety

      @@GoodlyChandeep thank you!

    • @rlds07
      @rlds07 Před rokem

      @@GoodlyChandeep

    • @rlds07
      @rlds07 Před rokem

      @@GoodlyChandeep This is my friend, this video when the headers are different, did you record it? Hugs!

  • @dorotkak.7598
    @dorotkak.7598 Před 9 měsíci

    What if I have to also analyse several information from the rows where there is identification information regarding group columns below.

  • @icyknightster12
    @icyknightster12 Před rokem

    HI Your video and explanation is very details. But I have issue that cant extract the table data on my 3 workbooks. I have header started from 8th row and I tried to replace the " each Record.ToList(_) {'Date', 'Category', 'Value'} " from Date to let say "Device owner" etc to my own but it couldnt show any table info. Any advise?

  • @cheikhhakim5864
    @cheikhhakim5864 Před rokem

    please Chandeep how can we do if the table to combine have differents headers how can we match them in M language before to combine

  • @rlds07
    @rlds07 Před rokem

    Is it possible for me to select columns if the condition of a row is met?

  • @dyanzzz
    @dyanzzz Před 11 měsíci

    Do you know how to remove specific rows like for example i have 25 rows and i want to delete rows 6,9, 12-18... how to do that?

  • @RaviGupta-mo1nf
    @RaviGupta-mo1nf Před 2 lety +1

    Lets add another variable to the problem.
    There is a 4th or 5th column in one or more sheets.
    These additional columns need not be named same across sheets.
    I want to ONLY combine only 3 columns which I select either manually or by making a list.
    How do I do that?

  • @d20207
    @d20207 Před rokem

    This is su f*cking useful!!! Thanks a lot for the detailed explanation.

  • @aahmed7749
    @aahmed7749 Před rokem +1

    I am importing data from multiple excels in a folder. Each of them has two sheets, I just need first one. I was able to import data but when I use your formula to remove top 4 rows, it didn't work. I tried to do it before loading data (by going directly to EDIT option) and still didn't work.

  • @priyankabhutada6198
    @priyankabhutada6198 Před rokem

    I am getting my table empty with just headers. Applied same steps as you said @chandeep. What could be the reason.. Plz help

  • @jianlinchen7978
    @jianlinchen7978 Před 9 měsíci

    Table.Skip(source, (x)=> x[Column1]"Date")

  • @brij26579
    @brij26579 Před 2 lety

    What if i have more than 10 columns & want to keep a check only on 1st column = Date to identify 1st Row & delete all previous rows

  • @vijaykumarjain3222
    @vijaykumarjain3222 Před 6 měsíci

    Nice video is their any video in Hindi for better understand

  • @gabrielabraham5512
    @gabrielabraham5512 Před rokem

    Hi Chandeep

    • @gabrielabraham5512
      @gabrielabraham5512 Před rokem

      Table.Skip({data]) , each Record.ToList(_) {"Date", "null","Category") ) its not Working please help

  • @pradnyajadhav189
    @pradnyajadhav189 Před 2 lety

    What to do if table contains 50 columns, thn i have to write the 50 columns name into m query for check?

    • @cristian.angyal
      @cristian.angyal Před 2 lety +1

      Regardless of the number of rows you could always have a separate table with the Names of the columns, import it to PQ, make it a list and use it INSEATD of the manually input list shown by Chandeep in the video

    • @RaviGupta-mo1nf
      @RaviGupta-mo1nf Před 2 lety

      @@cristian.angyal Yes. This is what I did too. Make a List of Headers by having another query from any file. Is there a better way ?
      Also...What if the data does not start from Column A ?
      How do we deal with this ?

  • @Rkeev1
    @Rkeev1 Před 2 lety

    Why not use index column drill down to the “value” header then remove rows and replace hard coded number with the drill down value

    • @dirkstaszak4838
      @dirkstaszak4838 Před 2 lety

      As they say many ways lead to Rome. At the end of the day the choice would be on the more performant solution. There is no right or wrong

  • @vashisht1
    @vashisht1 Před 2 lety

    I combined the data from all the sheets and then filter out junk using using filter than loaded the data

  • @iamdonna5918
    @iamdonna5918 Před 2 lety

    Hi Goodly 🙂 I tried doing it for various csv files but the custom column reverts error 😔

    • @GoodlyChandeep
      @GoodlyChandeep  Před 2 lety +1

      Excel.Workbook() won't work for CSV files.
      for CSV files - use the function Csv.Document([Content])

    • @iamdonna5918
      @iamdonna5918 Před 2 lety

      😃 Thank you for your reply! really appreciate it 🥰 your channel is very helpful!

  • @alidaas
    @alidaas Před rokem +2

    Sorry, it didn't work for me. I am consolidating .csv files from a folder, and unable to get rid of top 2 rows

    • @eslamfahmy87
      @eslamfahmy87 Před 11 měsíci

      I think CSV files are different from xlsx related to usage of M- code function at PQ

  • @krishnamanjunatha6183
    @krishnamanjunatha6183 Před 2 lety

    for more than 3 column how to hard code that in Table.ToRecord(_) {"col1","col2","col3"......}

  • @LaloinLondon
    @LaloinLondon Před rokem

    What if you have a file with 70 columns? You type an array of 70 words?

    • @GoodlyChandeep
      @GoodlyChandeep  Před rokem

      It is pretty easy to copy the columns and surround them with curly braces and quotes.
      Then stick them in the query.

    • @LaloinLondon
      @LaloinLondon Před rokem

      @@GoodlyChandeep
      Many thanks. It makes sense.
      I find your videos very helpful.

  • @Simon-vc1wk
    @Simon-vc1wk Před rokem

    I have a similar scenario. The range of files I have (I dont have control over) will contain duplicate months in different workboooks, some files have single month other have month to date. I only want to import a single instance of a given month. My exception however is the meta data for my various files isn't unique other I'd use this to import my files. My thoughts is to count occurance of each list and exclude >2 or create a key (combination of all fields in ach file). Are there other ways to exclude duplicate months?

  • @chandeepchhabra
    @chandeepchhabra Před 2 lety

    Download Solution - www.goodly.co.in/wp-content/uploads/2021/09/Remove-Rows-and-Combine.zip