How to use Power Query to Combine Multiple Files that have different headings

Поделиться
HTML-код
  • Опубликовано: 19 июн 2024
  • When using Power Query to Combine Files from a folder there is a problem that only the 1st file's headings are used in the output. If a later file has a new heading it won't appear.
    1 line of code courtesy of Gil Ravi fixes this
    = List.Union (List.Transform( PreExpand[Transform File], each Table.ColumnNames(_)) )
    Here's Gil's post on this
    datachant.com/2017/02/07/powe...
    And a post relating to changing column types without referencing column names:
    datachant.com/2016/10/07/robu...
    Gil's book: www.amazon.com/Collect-Combin...
    Download the files:
    aasolutions.sharepoint.com/:f...
    Good option suggested from Muneer Marzouq on LinkedIn is that after drilling down you could just wrap the formula in Table.Combine( ) . The downside is you lose the source file names - the upside is it's easier to remember 😁
    Connect with me
    wyn.bio.link
    accessanalytic.com.au/
  • ХоббиХобби

Комментарии • 352

  • @GrainneDuggan_Excel
    @GrainneDuggan_Excel 2 года назад +20

    Brilliant! I wish there was something better than like and save in RUclips - I need flashing lights a d pointing fingers - I know I need to come back to this video often! ➡️ ➡️ 📌📌📌⬅️ ⬅️❗

    • @AccessAnalytic
      @AccessAnalytic  2 года назад

      😁

    • @casaketagarwal4333
      @casaketagarwal4333 4 месяца назад +1

      There is a save button hidden in the 3 dots. You can create a playlist and save the video in it. This video is added to my Excel playlist :)

  • @pauliboo2
    @pauliboo2 2 года назад +1

    I found your RUclips channel after listening to your podcasts, so excellent that you’re sharing all this info in a great tutorial. I’m new to Power products, only started learning a month ago, but using everything in anger at work, replacing all my vba macros!!

    • @AccessAnalytic
      @AccessAnalytic  2 года назад

      Great to hear. Thanks for letting me know you’re finding things useful here

  • @excelprodata5626
    @excelprodata5626 Год назад +7

    Amazing! I spent three hours researching until past midnight, and here you are with the simplest straight solution to the scenario :)

  • @DrDamoStrikesBack
    @DrDamoStrikesBack 2 года назад +6

    Thank you! Until today I hadn't realised that one could bunny-hop references to earlier points in the applied steps list and effectively get multiple bites at the data. So useful.

    • @AccessAnalytic
      @AccessAnalytic  2 года назад +2

      I remember being happily surprised on learning that technique too 😀

  • @khemkas
    @khemkas Год назад +1

    Wyn, I cannot thank you enough for sharing this fantastic video and your incredible knowledge of Microsoft Excel, Power Query, Power BI, and DAX! Your expertise and passion for these tools truly shine through in your content. I've had the pleasure of attending a couple of your workshops, and I must say, your insights have been game-changing for me. Your dedication to empowering others with these skills is genuinely inspiring, and I am incredibly grateful for the opportunity to learn from you. Keep up the amazing work, and I eagerly await your next masterpiece!

    • @AccessAnalytic
      @AccessAnalytic  Год назад

      Thank you for the support Shagun. Greatly appreciated 🙏🏼

  • @ayandapeter1681
    @ayandapeter1681 7 месяцев назад +3

    That's my whole weekend's trouble shooting why my queries are not pulling correctly explained in 9min...Thank you Sir

    • @AccessAnalytic
      @AccessAnalytic  7 месяцев назад

      You’re welcome. Thanks for taking the time to leave a kind comment

  • @EricaDyson
    @EricaDyson Год назад +2

    Brilliant. Just what I need - not every day in the week, but pretty often. Mega thanks.

    • @AccessAnalytic
      @AccessAnalytic  Год назад

      Glad to help, thanks for taking the time to leave a kind comment

  • @CAKimberlyLewis
    @CAKimberlyLewis 9 месяцев назад +1

    Grateful does not even begin to express how I feel! I've been seeking this solution for longer than I care to admit. THANK YOU! I receive multiple reports that have the same columns but in a different order and this was a perfect append solution!

    • @AccessAnalytic
      @AccessAnalytic  9 месяцев назад

      Hi, glad I could help. if the columns have the same names then a normal consolidation from folder process should work fine. The order shouldn’t matter.

  • @wayneedmondson1065
    @wayneedmondson1065 2 года назад +3

    Hi Wyn. Great new trick for the Power Query tool bag! Thanks for showing the steps and sharing the sample files to follow along. Much appreciated! I'll definitely bookmark this for future reference. Thanks for sharing and thumbs up!!

  • @Bhavik_Khatri
    @Bhavik_Khatri Год назад +3

    Hey Wyn,
    I used 1 line of code which emancipated me from recursive day/nightmares. Thank you again for sharing your knowledge and giving everyone a very good foundation.
    Kind Regards,
    Bhavik

  • @shirleymoreman6725
    @shirleymoreman6725 2 года назад +1

    Thank you Wyn. This is another great technique to add to my ever-growing library of solutions!

  • @Koniogdy
    @Koniogdy Год назад +2

    Precious gem in my mini PQ formulas library! :)
    Many thanks for this and for clear and simply explanations - great job!

  • @yahoobolt
    @yahoobolt 2 года назад +1

    You save my day. You're a brilliant man who can share the simplest ways. I love you man!

  • @tonynewnham5894
    @tonynewnham5894 Год назад +1

    Thanks Wyn, I have been trying to find this process for a long time. Legend mate

  • @SharathAcharyaputtur
    @SharathAcharyaputtur 3 месяца назад +1

    Such a complicated issue solved with so much ease. Thanks a million !!

  • @UlyssesHaq
    @UlyssesHaq 2 года назад +4

    Pure gold dust. Love it! Please dont stop sharing your content. I appreciate your succinct and clean approach. Diolch from Newcastle 🤓
    P.s. this method can also be used to dynamically rename column headers AND dynamically format datatypes.
    PowerQuery is the gift that kerps on giving.

    • @AccessAnalytic
      @AccessAnalytic  2 года назад

      Diolch yn fawr Imran. Agreed, Power Query is a well of goodness

    • @elizabethsweatman4681
      @elizabethsweatman4681 3 месяца назад

      Could you expand on how you dynamically format the datatypes?

    • @AccessAnalytic
      @AccessAnalytic  2 месяца назад +1

      I’ve not seen a simple method to do that. You could try this datachant.com/2018/05/14/automatic-detection-of-column-types-in-powerquery/

  • @JohnSullivan1
    @JohnSullivan1 Год назад +1

    This just saved me many hours of work. Thank you!

    • @AccessAnalytic
      @AccessAnalytic  Год назад

      You’re welcome. Thanks for taking the time to leave a your comment

  • @MarcShanai
    @MarcShanai Год назад +1

    After DAYS of looking for help, this is the first video that's gotten me some. Unfortunately, when I get to the end, everything's good, except for one last column that shows null. Then, when I load, it shows what the null columns SHOULD'VE been, but they're repeats. Still the closest I've gotten to what I need though, so I'm super grateful.

    • @AccessAnalytic
      @AccessAnalytic  Год назад

      null columns may mean slightly different different spelling of column names ( spaces, uppercase etc )

  • @vasilisa6128
    @vasilisa6128 Год назад +1

    Dear, Wyn! Thank you for the video! Great staff! Helped me a lot.

  • @Lyriks_
    @Lyriks_ 2 года назад +1

    I can't believe i didn't find your channel before, what a pitty that i needed excel global summit to learn about the great wyn hopkins !

  • @txreal2
    @txreal2 2 года назад +2

    This seems like a good alternative for append tables and delete nulls.
    Thanks for sharing. You got a subscriber.

  • @lenzypetty9371
    @lenzypetty9371 Год назад +1

    Awesome....I have been looking for this solution for years. Thanks so very much

  • @ArleneH-cb8wt
    @ArleneH-cb8wt Год назад +1

    I've been stuck with my assignment for weeks. This video is a life saver. Thank you so much.

    • @AccessAnalytic
      @AccessAnalytic  Год назад

      No worries. Thanks for taking the time to leave a kind comment

    • @ArleneH-cb8wt
      @ArleneH-cb8wt Год назад

      @@AccessAnalytic my only problem was the pertinent values of most columns that's been combined were replaced with null. Do you have a video that can restore the missing values? Thanks again.

    • @AccessAnalytic
      @AccessAnalytic  Год назад +1

      Hi it won’t replace with nulls, if the columns have slightly different names they will show up side by side so you would need to scroll down to see the values ( e.g. the new columns are offset to the right AND the data appears on NEW rows )

    • @ArleneH-cb8wt
      @ArleneH-cb8wt Год назад

      @@AccessAnalytic thank you very much!

  • @danielmpinga4102
    @danielmpinga4102 2 месяца назад +1

    This worked out great. Thanks so much for the walkthrough.

    • @AccessAnalytic
      @AccessAnalytic  2 месяца назад

      I appreciate you taking the time to let me know you found it useful

  • @jeongwonc6462
    @jeongwonc6462 2 года назад +1

    Very useful! I will keep the formula for the future reference

  • @sands7779
    @sands7779 Год назад +1

    Useful explanation, breakdown into steps is helpful and thanks for crediting Gil Raviv.

  • @mirrrvelll5164
    @mirrrvelll5164 Год назад +1

    Amazing video as usually!
    Today I was struggling with X folders and files there, getting proper structure and so on...seeing this, I will be smarter tomorrow with all the columns I need =)

    • @AccessAnalytic
      @AccessAnalytic  Год назад

      Thank you. Glad to help and thank for letting me know.

  • @rauljimenez5485
    @rauljimenez5485 2 года назад +1

    Gil Raviv is the mutt's nutts!!! His book and blog are a must for anyone using Power Query. Thank you for making the video!!!

    • @AccessAnalytic
      @AccessAnalytic  2 года назад +1

      No worries, check out my interview with Gil here ruclips.net/video/07zOX5IYImI/видео.html

  • @norbertschmidt6532
    @norbertschmidt6532 2 года назад +1

    SUPER, thanks Wyn. I didn't know before.

  • @mnowako
    @mnowako 2 года назад +1

    The easiest way I’ve seen. Thank you!

  • @loserfireable
    @loserfireable Год назад +1

    This is just what I needed. You are a life saver. Just subscribed to your channel! Appreciate it!

  • @ExcelUnlocked
    @ExcelUnlocked Год назад +1

    That's a life saver. Amazing content as usual.👍

  • @z.719
    @z.719 2 года назад +1

    Brilliant. Just in time. Thanks for sharing.

  • @TashieTash
    @TashieTash Год назад +1

    Thank you so much! All my columns are now visible

    • @AccessAnalytic
      @AccessAnalytic  Год назад

      That’s great, thanks for letting me know it helped

  • @CelsonFC
    @CelsonFC Год назад +1

    Learning from Brazil...
    Thank you!

  • @rrrraaaacccc80
    @rrrraaaacccc80 Год назад +1

    Excellent. A great use of M functions 💯👍

  • @zuhairalmutawa9941
    @zuhairalmutawa9941 2 года назад +1

    Thank you for sharing this great method... that is so helpful

  • @cristian.angyal
    @cristian.angyal 2 года назад +1

    Really nice trick Wyn. Thanks for sharing!
    When I first saw the name I immediately thought of an Unpivot Other Columns based on the first file … but this is really cool too 😜

    • @AccessAnalytic
      @AccessAnalytic  2 года назад +1

      Yep unpivotting the transform file would be my first choice approach. A recent scenario needed the data loaded as columns as part of another process so unpvotting wasn’t an option

  • @joeswright86
    @joeswright86 8 месяцев назад +1

    subscribed. Finally got me to stop adding a custom column to find tables within workbooks.

  • @olayemmydurotolorun7102
    @olayemmydurotolorun7102 Год назад +1

    Wow.....this is so brilliant, been searching since only to come across. This is so helpful
    Although the codes are not gonna be easy to remember but I can always refer to this video.
    Thank you 👍

    • @AccessAnalytic
      @AccessAnalytic  Год назад

      You’re welcome. I hardly remember any code these days!😄

  • @johnhackwood1568
    @johnhackwood1568 Год назад +1

    Wyn thanks for this golden video, I think this is the best technique I have seen on this issue.

    • @AccessAnalytic
      @AccessAnalytic  Год назад +1

      Very kind of you to take the time to say so. Cheers!

  • @felipesignorellireis7839
    @felipesignorellireis7839 2 года назад +1

    Very Good. Cheers from Brazil

  • @juliusbiliran
    @juliusbiliran 3 месяца назад +1

    This is freaking brilliant! Thanks! Life's hard enough, this HELPS me a LOT! LOL! Thanks again!

  • @Dev_Bartwal
    @Dev_Bartwal Год назад +1

    You are awesome Sir
    Thanku and lots of love from India 🥳🥳🎁

    • @AccessAnalytic
      @AccessAnalytic  Год назад

      😀 Thanks for taking the time to leave a kind comment

  • @adrianreboredamartinez1073
    @adrianreboredamartinez1073 Месяц назад +1

    Beautiful. I've a query with this problem. Now I think I can make it work and check some 700,000 records with some formulas.
    Thanks!

    • @AccessAnalytic
      @AccessAnalytic  Месяц назад

      Thanks for taking the time to leave a kind comment

  • @damionc
    @damionc Год назад +1

    Thank you. This was very helpful. Just to add, I found that I had to wrap this in a List.Buffer function as my query was taking too long to run based on the number of different columns I had. This solved the issue and it ran much faster.

    • @AccessAnalytic
      @AccessAnalytic  Год назад

      Great, thanks for the "heads up"

    • @AccessAnalytic
      @AccessAnalytic  Год назад

      Can you post the updated line of code here for me to refer others to, cheers!

    • @hk_200k
      @hk_200k 3 месяца назад +1

      For anyone who's interested, its something like HEADINGS = List.Buffer(... existing code). It's much faster. But I don't know if there's any drawback.

    • @AccessAnalytic
      @AccessAnalytic  3 месяца назад

      Nope , all good. Thanks for posting.

  • @naresh200
    @naresh200 Год назад +1

    Super. Thats what I needed..
    Thank you

  • @suhaimiabdazais
    @suhaimiabdazais 2 года назад +1

    This is what I'm looking for.. tq for sharing..

  • @pauliboo2
    @pauliboo2 2 года назад +1

    You know I’m making a list of all your RUclips videos rather than writing that down!

  • @Fernando_Calero
    @Fernando_Calero Год назад +1

    Beautiful indeed, thanks Wyn!

  • @tlee7028
    @tlee7028 Год назад +1

    Thank you!! i learnt something new ....

  • @MrWish332
    @MrWish332 2 года назад +1

    Great Video, really very helpful. Best Wishes

  • @cjjr85
    @cjjr85 2 года назад +1

    Great that's what I am looking for. Thumbs up

  • @ExcelWithChris
    @ExcelWithChris Год назад +1

    Thank you!!!! Brilliant stuff.

  • @sanjokbartaula2622
    @sanjokbartaula2622 9 месяцев назад +4

    Instead of "combine and transform", i go to "transform data"=> get table from binary=> expand table. This gets all the unique columns from all the files.

  • @IvanCortinas_ES
    @IvanCortinas_ES 2 года назад +1

    Sparkly. One line of code, many problems solved.

  • @vueittraining
    @vueittraining Год назад +1

    Thank you Wyn!!!! Just what I needed!

  • @baskis69
    @baskis69 2 года назад +1

    Great trick, very useful. Thank you very much¡¡¡¡

  • @tutsecret499
    @tutsecret499 Год назад

    That's the man I was looking for.

  • @zzota
    @zzota 2 года назад +1

    Amazing. I didn't know that was possible. TVM.

  • @marymichelini3713
    @marymichelini3713 Год назад +1

    This is great! Thank you!

  • @4nnbnn
    @4nnbnn 10 месяцев назад +1

    You just save me!!!! Thank you so much for this video ahhhh God bless you !

    • @AccessAnalytic
      @AccessAnalytic  10 месяцев назад

      You're very welcome, thanks for letting me know it was useful

  • @thuytamdang3390
    @thuytamdang3390 Год назад +1

    Thanks a million! Amazing as ussual

    • @AccessAnalytic
      @AccessAnalytic  Год назад

      Glad to help. Thanks for taking the time to leave a kind comment

  • @LexWil7
    @LexWil7 Год назад +1

    Brilliant. Thank you!

  • @vsrinivasan574
    @vsrinivasan574 2 года назад +1

    Great, Very useful, thanks

    • @AccessAnalytic
      @AccessAnalytic  2 года назад

      Glad it was useful, thanks for taking the time to leave a kind comment

  • @Wastrelification
    @Wastrelification 10 месяцев назад +1

    Insane man thanks

  • @shamamajamz7103
    @shamamajamz7103 Год назад +1

    Thank you so much!

  • @GeertDelmulle
    @GeertDelmulle 2 года назад +5

    Honestly, for me the step before the trick (the column driven drill down) was the missing link.
    The trick line itself wasn’t that bad.
    Recently I had a similar problem that I solved, where I didn’t need List.Union but rather List.Combine.
    Getting the column names, filtering them, replacing the headers with the actual columns, combining them into a single column.
    Repeat for different filter values. Combining the results into columns of a table and move on from there…
    This here is a great lesson, though, because it teaches us to leave the autopilot and start thinking for ourselves.
    PS: I never use the Files From Folder input technique: it creates too many queries IMO. I prefer putting the path of the folder in a table, load that to PQ and work from there, doing every step myself. Any thoughts on that? Do you see any disadvantages for that compared to the std. interface approach? Thanks.

    • @AccessAnalytic
      @AccessAnalytic  2 года назад +1

      When consolidating from SharePoint I go via the transform option, make a master Folder query, reference that then do the the combine, this creates a sample file and consolidation both linked to the master folder query. Simpler to then change folders in future. I’m a fan of the transform sample file element generated by the UI

  • @malchicken
    @malchicken 2 года назад +1

    Much appreciated ^^

  • @syedaneesdurez9880
    @syedaneesdurez9880 Год назад +1

    Amazing trick ..

  • @deeepika91
    @deeepika91 8 месяцев назад +1

    THANK YOU!!

  • @p.douglas
    @p.douglas Год назад +1

    Brilliant!!!

  • @jaruwanu
    @jaruwanu 2 года назад +1

    Thank you very much

  • @datascienceworld3854
    @datascienceworld3854 Год назад +1

    Thank you

  • @darrenhall2305
    @darrenhall2305 2 года назад +1

    Are you a wizard? Because this is MAGIC!! Thank YOU!

    • @AccessAnalytic
      @AccessAnalytic  2 года назад

      Cheers Darren, check out my podcast / RUclips series Power Query Magic 😄 ruclips.net/user/PowerQueryMagic

  • @cheikhhakim5864
    @cheikhhakim5864 Год назад +1

    thank you sir

  • @SuperDuperHappyTime
    @SuperDuperHappyTime Год назад +1

    Thank you for the video. This solved most of my issues, but I had an issue with loading data because the Sheet Names were different. Found a workaround elsewhere by changing the formula of Transform Sample File>Navigation to =Source{0}[Data]. I get what it's doing, but now I think I'd like to know more about what the 'Helper Queries' are doing.

    • @AccessAnalytic
      @AccessAnalytic  Год назад

      Hi, you might find this video useful : Combining Multiple Files from a folder using Power Query in Excel or Power BI
      ruclips.net/video/nPlrQUbEn4o/видео.html

  • @lucianoelias8961
    @lucianoelias8961 Год назад +1

    AWESOME!

  • @andrewgrant9782
    @andrewgrant9782 2 года назад +1

    Thanks! Just what I needed. Also got me thinking: if I knew that my files would only ever have different permutations of columns "Measurement1" to "Measurement6", could I create a dummy file in the folder with just these headings and no data then use it as the sample file? It wouldn't dynamically accommodate further columns but, with over 200 Excel files to combine and no new columns for the foreseeable future, it might work in my situation.

  • @ajayrathod7777
    @ajayrathod7777 10 месяцев назад +1

    This is a great video, suppose next month some more headers are added or some are renamed still this formula can handle situation?

  • @gini77oo
    @gini77oo Год назад +1

    GENIUUUUUUUUUUUUUS THANKS!!!!!!!!!!!!!!!!!!

  • @LotfyKozman
    @LotfyKozman 2 года назад +1

    brilliant

  • @FRANKWHITE1996
    @FRANKWHITE1996 2 года назад +1

    Thumb up 👍

  • @tarek.grisha
    @tarek.grisha 3 месяца назад +1

    Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you

  • @EslamAbdo1919
    @EslamAbdo1919 6 месяцев назад

    That's fantastic.
    Thank you sooo much.
    How can I do the same thing if there are multiple tables in multiple tabs in the same workbook file?

    • @AccessAnalytic
      @AccessAnalytic  6 месяцев назад

      So do you want to consolidate multiple tables from multiple sheets from multiple workbooks, or just multiple sheets from 1 workbook? If it's just one workbook then check this out
      ruclips.net/video/n8_sA6NMlkA/видео.htmlsi=H83zOfBiRPGWuBzU

  • @GettingDownToCases
    @GettingDownToCases Год назад

    OMG, this is amazing, Wyn; thank you so much for this clever post (and of course, a huge thanks to Gil!)
    One problem though - when I use the exercise files, everything works perfectly.
    However, I have a problem right away when I use my own files where my column headings are dates and my rows contain names. The combined files are loaded into PQ with column headers as follows: Column1, Column2, etc., as if PQ didn't know that my dates were intended as column headers. Am I doing something wrong or is there a (hopefully, easy) solution to this?
    Thank you so much.

    • @AccessAnalytic
      @AccessAnalytic  Год назад

      Thanks, Yeah if your headings are numerical / date it won’t auto promote headers. So you’ll need to click the Use First row as header button early in the transform sample file step

    • @GettingDownToCases
      @GettingDownToCases Год назад +1

      @@AccessAnalytic What I did was create a dummy file with 1 dummy row and 1 dummy col where the header is simply 'dummy', i.e. non-numeric. When I include that dummy file into the folder, then make that the "First file" for the combine, everything works perfectly! Somehow, the dummy file was ignored altogether saving me the effort to remove it myself.
      What a wonderful service you've provided, Wyn. You are the real deal - THANK YOU SO MUCH.

    • @AccessAnalytic
      @AccessAnalytic  Год назад

      Glad you got it working!

  • @sulemanharoon
    @sulemanharoon Год назад +1

    Thank you ! Great content ! I was wondering, what are the drawbacks in using the "Append" function in the Combine section in Home tab?

    • @AccessAnalytic
      @AccessAnalytic  Год назад +1

      No downsides as such, appended table column names need to match exactly ( including upper / lower case match ) if you want the columns to stack on top of each other. Otherwise new columns are created

    • @sulemanharoon
      @sulemanharoon Год назад +1

      @@AccessAnalytic Great! Thank you! So the data from same name columns will be appended on top of each other. Any additional or different name column will be added as a new column. These new column will have null values corresponding to the data set where these do not exist.

    • @AccessAnalytic
      @AccessAnalytic  Год назад +1

      @@sulemanharoon - correct 😀

    • @sulemanharoon
      @sulemanharoon Год назад +1

      @@AccessAnalytic Thank you !
      You and your videos are always a great help !

  • @davidjosevarelagarcia7011
    @davidjosevarelagarcia7011 Год назад

    Hi Whyn ,thanks for sharing your knowledge. In case the headers started in different positions (row 3, 4, 7) in each sheets and rows had to be canceled to promote as headers, what would the process be like, could you help me?

    • @AccessAnalytic
      @AccessAnalytic  Год назад

      You'll need to apply some logic in the Transform Sample file step (that logic will be applied to each file ). Maybe you can apply a filter to remove the required rows, rather than specifying a specific count

  • @vacilando86
    @vacilando86 2 года назад +1

    İt's easy but literally life saver

  • @nathanwoolls
    @nathanwoolls Месяц назад

    Is there a way to adjust this for cases when you need to remove some rows and promote the first row to headers?

    • @AccessAnalytic
      @AccessAnalytic  Месяц назад +1

      You should be able to do that in the Transform Ssmple file query. ruclips.net/video/nPlrQUbEn4o/видео.html

  • @cosladacity1
    @cosladacity1 2 года назад +1

    Table.Combine does the same thing without writing code. but this is good learning knowledge

    • @AccessAnalytic
      @AccessAnalytic  2 года назад

      Yep you do then lose the file names, but if you don't care about those then that's a good option.

  • @stevenswall
    @stevenswall 2 года назад

    Does this work with CSV files? None of mine have tables and column names already.

    • @AccessAnalytic
      @AccessAnalytic  2 года назад

      Hi, yes it loves CSV files and converts them into Tables and columns

  • @michaelp1856
    @michaelp1856 2 года назад

    Thanks. The files I have contain some cells filled with a colour that I would like to retain in the combined file (not via conditional formatting). Is there a way?

  • @osielgutierrez7837
    @osielgutierrez7837 2 года назад

    Hello Whyn, is this possible to do when you combine sheets in an excel electronic book? thank you that you are very well, I send you a big hug!

    • @AccessAnalytic
      @AccessAnalytic  2 года назад

      Same concept should apply Osiel. I have a video on consolidating worksheets here ruclips.net/video/cPN24NK3_68/видео.html

  • @s.m.moshiarrahman1405
    @s.m.moshiarrahman1405 2 года назад

    Thank you for uploading your wonderful work. I am facing problem with Table 2 and Table 3. It's showing error. Difference is my file is CSV file. Do you have any suggestion?

    • @AccessAnalytic
      @AccessAnalytic  2 года назад

      To difficult to say without seeing sorry, maybe post an example here techcommunity.microsoft.com/t5/microsoft-excel/ct-p/Excel_Cat

  • @kenaun8268
    @kenaun8268 2 года назад

    Why PQ didnt pull in all the headers in the editor from the folder? Is there a limitation of columns in the editor?

    • @AccessAnalytic
      @AccessAnalytic  2 года назад

      No limit, in this scenario (when consolidating files from a folder) it just pulls the headers from the first file when doing the expand.

  • @sohailansari9337
    @sohailansari9337 2 года назад +1

    Awesome video..👏 Do we have a function to combine tables please assist 🙏

  • @davidcaple5547
    @davidcaple5547 Год назад

    Hi Wyn, love it, I've been tearing my hair out with this problem but ... can I get it to work when the files have multiple sheets with inconsistent headings. Can it combine the headings within the sheets inside a workbook into a list of master headings and then combine the master headings from each book? ... Just tried to do it. Everything seemed to work OK and while many column headings are recognisable some are dubious showing as "f[xx]" or "column[xxx]". But went ahead anyway to try and create the table to load but it seems to have gone into an endless aggregating loop.

  • @erickelley7703
    @erickelley7703 2 года назад +1

    I'll probably never do it the old way again. What's neat and simultaneously annoying is that this M model can be pasted directly into PowerBI & likely set to automatically refresh if it's a SharePoint folder. You bypass SSIS/ADF altogether and have PBI Services do the work for just the model you choose to refresh. Two decades of work say that I *have* to bring the data into SQL and do magic things, but you really don't at this point. That era of needing a database to do smart models for business users is really & truly over, but the nostalgia is eternal.

    • @AccessAnalytic
      @AccessAnalytic  2 года назад

      Yes the game has changed rapidly in the last 6 or 7 years. Still lots of room for SQL databases in this world though 😊

  • @user-pb5ky1vs8s
    @user-pb5ky1vs8s 8 месяцев назад

    Wow!
    In my case, I would like to use this trick but my data has headers that need to be merged from two rows.
    Forexample, in the case on Measurement 1, Measurement 2, etc; suppose the data has another word like "Total weight" in a row just above "Measurement...." for all files.
    Any ideas on how this would work out?
    Thank you very much

    • @AccessAnalytic
      @AccessAnalytic  8 месяцев назад +1

      It’s difficult to answer here but sounds like a situation where demoting the header, transpose, fill down and then merge the 2 headings . Then transpose again