APQ18 | From YTD Total to Monthly Breakdown | Advanced Power Query

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

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

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

    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!

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

    Thanks this video solve real life problem

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

    Very clear thank you

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

    great tutorial

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

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

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

      Thank you so much and happy 2025 to you too

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

    Thanks! APQ 17 is not available?

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

    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  25 วันที่ผ่านมา

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

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

      @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  24 วันที่ผ่านมา

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