Your Excel Solution
Your Excel Solution
  • Видео 4
  • Просмотров 80 596
Filter Massive CSV using PowerQuery in Excel
Filter a 1+ million row CSV using a list of criteria in a second CSV -- all in seconds using PowerQuery
Просмотров: 19 357

Видео

PowerQuery: Fix MonthYear Date ConversionPowerQuery: Fix MonthYear Date Conversion
PowerQuery: Fix MonthYear Date Conversion
Просмотров 6 тыс.5 лет назад
Excel PowerQuery tutorial for converting dates from MMM/YY such as Dec/19 to a usable date like December 1, 2019. Two methods, using "Column From Example" as well as a custom formula.
Excel PowerQuery: Match multiple columns between two tablesExcel PowerQuery: Match multiple columns between two tables
Excel PowerQuery: Match multiple columns between two tables
Просмотров 55 тыс.5 лет назад
Matching (joining) multiple columns between two tables in Excel PowerQuery. Note: Try "Inner" Join instead of "Left Outer" to skip the filtering step later on. "Left Outer" will keep ALL records from Table A, even those which do not have a match in Table B. "Inner" will keep only the records from Table A which have a match in Table B.
Automate Lootbox Opening in Overwatch with ExcelAutomate Lootbox Opening in Overwatch with Excel
Automate Lootbox Opening in Overwatch with Excel
Просмотров 1685 лет назад
Public Declare PtrSafe Function SetCursorPos Lib "user32" (ByVal x As Long, ByVal y As Long) As Long Public Declare PtrSafe Sub mouse_event Lib "user32" (ByVal dwFlags As Long, ByVal dx As Long, ByVal dy As Long, ByVal cButtons As Long, ByVal dwExtraInfo As Long) Public Const MOUSEEVENTF_LEFTDOWN = &H2 Public Const MOUSEEVENTF_LEFTUP = &H4 Private Sub MoveMouse() SetCursorPos 500, 500 'x and y ...

Комментарии

  • @vivekrajagathariruppupug-dj6bx
    @vivekrajagathariruppupug-dj6bx 5 дней назад

    Thank you so much. This helped a lot.

  • @srinivaspavali3550
    @srinivaspavali3550 4 месяца назад

    Thank you so much

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

    how can you match the positive and negative amounts in excel power query

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

    can we import multiple csv files?

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

    Thank u!

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

    Thanks 😄

  • @nicholashall3479
    @nicholashall3479 8 месяцев назад

    This was enormously helpful to me. Thanks so much!

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

    What if i have 10 columns on Table A, but 17 columns on Table B? Will it still be able to tell me what matches and what doesn't in certain rows?

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

      Yes you can match N number of columns from Table A to N on Table B. The size of the tables doesn't matter, but you have to specify which columns to match on

  • @krypt777
    @krypt777 11 месяцев назад

    2 year old video and still gave me the best method, Thanks alot

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

    Choose Data | Query Options | Data Load. Under Default Query Load Settings choose Load to Data Model

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

    Thanks!! Very helpful

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

    THANK YOU! I was struggling with this, it did not work when I tried it another way because it always kept the matched rows and removed the unmatched rows, no matter what I tried changing. Converting everything to tables first solved it.

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

    Absolutely awesome video! Thanks

  • @sharifskijr.1257
    @sharifskijr.1257 Год назад

    You're simply awesome!

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

    I love you. Thank you for this.

  • @Jizzus-l7w
    @Jizzus-l7w Год назад

    Hello, I have two similar lists, but in my case i want to remove the countries that are in europe from the 1.6m rows CSV. any ideas on how to do it?

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

    Instead of closing with the X, use "close and load to..." and save only as a connection

  • @SA-kt3wt
    @SA-kt3wt 2 года назад

    Thanks - this is slower but simpler for those of us who dont have SQL experience (the go to for this stuff!). Can you match two columns? E.g. let's say county and sales date April in your example?

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

    Thank you very much.

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

    You are a genius! Thank you so much! NO JOKE, your tutorial just may save someone's life one day with the data I work with and what my goal was with this tutorial! :-)

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

    Is there a way to do it without adding column? Thanks 😊

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

    Nice trick....especially that with custom fx - I have been looking for the "good" approach, merging/Joins/M....this actually gave me the best comparison within my custom table that has 10+ columns =)

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

    Hi, can you please show how we can convert csv file with millions of data into excel . Like i want to export all those millions data into excel. Thank you

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

    Thanks for the help! Important note: Do not changetype for any of the columns before doing the merge action, this gives errors.

  • @Amit_Singh777
    @Amit_Singh777 3 года назад

    Hi , I have two files(say excel) from two two different sources..I want to compare these two files for any difference (if any)... After comparison I want to do the same comparison(basically automate) for other years in power query . Can you help me in this.

  • @Amit_Singh777
    @Amit_Singh777 3 года назад

    Hi , I have two files(say excel) from two two different sources..I want to compare these two files for any difference (if any)... After comparison I want to do the same comparison(basically automate) for other years in power query without manually doing the same thing. Can you help me in this?

  • @JiffyDealer
    @JiffyDealer 3 года назад

    Using column names that also mean cell names made this video confusing.

  • @manishjargamagar5925
    @manishjargamagar5925 3 года назад

    its tooo fast, could not understand anything.

  • @asmat561
    @asmat561 3 года назад

    You need to click on close and load, and click on the second option wich is "close and load in". And here you'll have to choose the fourth option to create only Connexion without having a new sheet. Hope it's useful ✌️

  • @sanjaysinhparmar5244
    @sanjaysinhparmar5244 3 года назад

    how do i extract unique values in from all multiple(three or more) columns in excel? without power query

  • @jocelynbeier4991
    @jocelynbeier4991 3 года назад

    Is there a way to Merge two tables, then append the unmatched rows?

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

      Hello, This would be really useful. Did you ever find out if this is possible?

  • @yahsaki
    @yahsaki 3 года назад

    Hello, I think you wouldn't need to use power query to begin with. Just make the connection by using "relationship" under Data tag, then you can do the merging?

  • @wilfredo2752
    @wilfredo2752 3 года назад

    Great! Thanks for your video.

  • @kc329191
    @kc329191 3 года назад

    Good example! Thank you!

  • @shawn2296
    @shawn2296 3 года назад

    when u click close u can close and load and it wont open a sheet

  • @nagabhushanbgbg7787
    @nagabhushanbgbg7787 4 года назад

    Thank you so much for this content it's really a survival tips

  • @pabloghernandez802
    @pabloghernandez802 4 года назад

    Thanks for the info! Note: To only create a connection, click the drop down and select “Close and Load to” In the Power Query editor instead of clicking save. This will Open the option to select a new sheet or Only create a connection. Once the connections are established right click on the navigation pane and select merge from the options.

  • @kitty1977
    @kitty1977 4 года назад

    Does the order of the columns being compared matter?

  • @Anonymous19539
    @Anonymous19539 4 года назад

    Very useful thanks!

  • @Arokhantos
    @Arokhantos 5 лет назад

    I be carefull with this since this can trigger anti cheat possibly, regardless they should be adding an open all lootboxes at once option already anyway.