APQ12 | Exact & Approximate Match | Lookup changing Prices & Discount | Advanced Power Query

Поделиться
HTML-код
  • Опубликовано: 18 май 2024
  • #excel #exceltutorial #powerquery #m_code
    ---------------------------------------------------------------------
    Visit the website: www.aaa-power.net
    ---------------------------------------------------------------------
    Chapters:
    0:00 Intro
    1:01 Example Overview
    3:09 Lookup correct price (Table.SelectRows - List.Last)
    11:07 Aggregate Monthly Quantity (Group By)
    12:42 Lookup proper discount (Table.SelectRows - List.Max - Merge Queries)
    18:09 Calculate Revenue (Number.Round)
    21:46 Close
    ---------------------------------------------------------------------
    To watch the full Playlist
    • Advanced Power Query
    ---------------------------------------------------------------------
    To download the working files:
    drive.google.com/drive/folder...
    ---------------------------------------------------------------------
    To subscribe:
    / @aaaexcelenglish
    ---------------------------------------------------------------------
    To follow on Facebook:
    / excelispower
    ---------------------------------------------------------------------
    To follow on LinkedIn:
    / amratef
  • НаукаНаука

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

  • @alexrosen8762
    @alexrosen8762 2 дня назад

    Extremely powerful and useful tutorial since prices change over time in most organisations so this is a very useful way to handle those changes in a automated way 👌🙏👌

    • @aaaexcelenglish
      @aaaexcelenglish  День назад

      Glad you liked it, thank you for you nice words

  • @zahoorsarbandi2982
    @zahoorsarbandi2982 13 дней назад

    amazing! you have made power query very easy. Thank you for your efforts.

  • @Altaf_Alam
    @Altaf_Alam 11 дней назад

    Sir plz upload more videos of advanced power query... I am enjoying this series... Your teaching is tip top ❤😊

    • @aaaexcelenglish
      @aaaexcelenglish  8 дней назад

      Thank you son much for your comment, will do my best to load more

  • @jaybuddhadev3543
    @jaybuddhadev3543 15 дней назад

    wonderful, thanks for the easiest way to solve the complicated issue

  • @radekminarik7417
    @radekminarik7417 14 дней назад

    Hi, I think your solution is not correct - the price of Mountain Bikes as of December 17. 2019 was valid since November 11, 2019, it was 261.
    I would better use:
    #"Added Valid PriceList" = Table.AddColumn (#"Merged Queries", "Valid PriceList", (OT) => Table.LastN(Table.SelectRows (PriceList, (IT) => ( ( IT[Date]

    • @aaaexcelenglish
      @aaaexcelenglish  14 дней назад

      Hi, are you sure that you are commenting on the right video, there is no Moutain bikes in the file related to this video, you should see Product1 & Product2 with much less prices and different dates

    • @radekminarik7417
      @radekminarik7417 14 дней назад

      @@aaaexcelenglish Big apology, the comment should have been on the previous APQ11 video.