Vlookup in PowerQuery

Поделиться
HTML-код
  • Опубликовано: 22 авг 2024

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

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

    Check out our newly launched M Language course ↗ - goodly.co.in/learn-m-powerquery/

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

    I understand thoroughly, it is precise and to the dart. Perfect !!!

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

    Perfect, exactly what I was looking for. Thank you!

  • @drdavescomputing
    @drdavescomputing 5 месяцев назад

    Thank you, easy and clear instructions.

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

    Short and to the point, great job. thanks!

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

    Nice and to the point. Now i know how to do vlookup in power query. Thanks!

  • @BharathirajaNarendran
    @BharathirajaNarendran 5 лет назад +1

    Thanks. Exactly what I was looking for!

  • @pratikfutane8131
    @pratikfutane8131 5 лет назад +2

    Great post

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

    In merging the queries, I realized it messed up the order of the transaction codes.How can you ensure the merging does not change the arrangement ,especially if the corresponding value is “null”

  • @putrapurnamasesa1932
    @putrapurnamasesa1932 5 лет назад +1

    Thank you so much for tutorial.. I want to ask about, How First table vlookup to second table if second table have two or more data. For excemple, first table have field id customer "001", and the second table have field id customer "001" and second field Job "Docter" and "teacher". IF second table have 2 of Job for id costumer "001", power query will take data wich one?

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

      Hi power query will take both records!

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

      So if you want only one value then you need to remove duplicate after join, it will remove second entry if any.and for multiple value the normal procedure which is shown in video.

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

      @@asimkumarchakraborty2456 remove duplicates before the join

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

    @GoodlyChandeep
    How is ur power query so fast
    Mine is taking ages for each step to load

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

    Very nice and to the point. Amazing!

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

    I want to do the vlookup in my target table not. just looking at the source data, but with additional condittion tthat thte date condition falls between 2 dates in the looked up tablee

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

    Is possible to use power query instead of vlookup in case if the data table has repeated values?

  • @booneellis3404
    @booneellis3404 4 года назад +1

    Is it possible to use the merge in Power Query to do a vlook up with two criteria? I've done them using a helper column in the look up table and writing A1&"l"&B1 in the value part for the vlook up formula. Thanks!

    • @GoodlyChandeep
      @GoodlyChandeep  4 года назад +1

      By 2 criteria if you mean concatenated Vlookup, it is possible. While merging the query just select the columns in the same order for both the tables and then apply "Left Outer Join".
      Hope that helps

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

    Cool man... Doing great stuff..

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

    Thank you. Very helpful.

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

    Good job dud 👍👍👍

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

    Really appreciate.. Thank you so much for this video.

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

    how to save the query and resultant excel sheet as in the same file, I did with csv format, previous contents ,queries gone, what is the solution?

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

    Data search in power query but not give out put, pls help us error show in no more 999+ row

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

    Helpful..thanks 👍

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

    Thank you so much.

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

    Hi Thank you, I have quistion. My data file / secondary file contains 64785 lines of data and I am only interested in the match, who or what can i do here? When i follow this eks. I do get the matches but also all other items numbers.

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

    nicely explained. thanks

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

    This is really awesome, but how to use partial Vlookup in power query... Let's say, in a cell it has full name 'Ranjith Singh' and I need to Vlookup in other table which only has 'Ranjith' and need to find his salary. Pls help how to run this in power query

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

      You can split first-name, middle name and last name by blank, then left outer join and again merge the column by space, simple...

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

    I have 20lacs of data in excel firstly how should I import in power query and how can I do vlookup in two large files in vlookup

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

      Dont do a vlookup. Create a relationship between 2 tables

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

    I think it can lookup first value similar to vlookup and what about for multiple lookup values of same transaction codes

    • @GoodlyChandeep
      @GoodlyChandeep  4 года назад +1

      Yes it would work on duplicates too. That means that if the transaction code is duplicated, you'd receive 2 values

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

      @@GoodlyChandeep thanks for your info.i had a doubt because vlookup it always give first search value.

    • @GoodlyChandeep
      @GoodlyChandeep  4 года назад +1

      @@raghuv7114 PowerQuery Vlookup has the ability to deliver multiple values found!
      Cheers

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

    why do i get the following error "DataFormat.Error: We couldn't convert to Number. Details: 176.1.CAP" Both Columns referenced were formatted as numbers "1.2 type" to return a text value field. I have tried to format both number fields as a text to pull and still no luck. Can anyone explain?

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

    Can this be used in case of a excel file having more than 10-15 different vlookups from other excel file?

    • @GoodlyChandeep
      @GoodlyChandeep  4 года назад +1

      Yes but I'd recommend that you make use of Power Pivot - Relationships

  • @excel-k-sir
    @excel-k-sir 5 лет назад

    Hello Chandeep is it possible to pick up the second value or the nth value

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

      The good thing about Power Query is that it will fetch all duplicates found. Nothing changes in the process. It's the same

    • @excel-k-sir
      @excel-k-sir 5 лет назад

      @@GoodlyChandeep thank you for the quick reply I am having a problem in removing duplicates and keeping only the latest record. When I am trying to remove the duplicates it removing as per the order in source data and not per sorting done.

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

    Hi Guys,
    anyone know how to return a different value if it finds null ie no match , if you do merge and it returns null in power query how do you tell it to return a different column

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

      2 Ways
      - You can write another conditional column.
      - or if you know how to write M Language, in the formula bar wrap the merge step in an IF statement.