APQ18 | From total YTD to monthly amount | Deconstruct YTD total | Advanced Power Query

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ม.ค. 2025

ความคิดเห็น • 18

  • @jerrydellasala7643
    @jerrydellasala7643 11 วันที่ผ่านมา

    Excellent! Once the example was done, I found it a bit cleaner although a bit trickier to use Date.Month and Date.Year in the Queries saving some steps instead of having to add and remove helper columns. Nicely done either way!

  • @agostinhosubtil569
    @agostinhosubtil569 17 วันที่ผ่านมา

    Another fantastic explanation. Thank you very much and good year 2025.

    • @aaaexcelenglish
      @aaaexcelenglish  10 วันที่ผ่านมา

      Thank you so much and happy 2025 to you too

  • @sandipsoni4047
    @sandipsoni4047 17 วันที่ผ่านมา

    Thanks this video solve real life problem

  • @leosaghathan2895
    @leosaghathan2895 18 วันที่ผ่านมา

    Very clear thank you

  • @getsetgoo3334
    @getsetgoo3334 18 วันที่ผ่านมา

    great tutorial

  • @fernandopaula7628
    @fernandopaula7628 18 วันที่ผ่านมา

    Thanks! APQ 17 is not available?

  • @sujanmdsiful
    @sujanmdsiful 17 วันที่ผ่านมา

    Why are you using so complicated method?
    You could just create two index columns. First column will start from 1, 2nd column will start from 0. Then you do merge query join from column first index and 2nd index. That's it. Super simple

    • @aaaexcelenglish
      @aaaexcelenglish  17 วันที่ผ่านมา

      Good idea, what you are going to do if you have more than one product and more than one year?

    • @sujanmdsiful
      @sujanmdsiful 17 วันที่ผ่านมา

      @aaaexcelenglish I will use same method but I will add groupby step then all rows. In all rows column I will add these 2 index columns. Performance is faster

    • @aaaexcelenglish
      @aaaexcelenglish  17 วันที่ผ่านมา

      Yes, it will work, perhaps with better performance. Thank you for sharing your thoughts