Create a Fiscal 445 Calendar with Power Query

Поділитися
Вставка
  • Опубліковано 21 сер 2024

КОМЕНТАРІ • 28

  • @DaPashtoSazAwaz
    @DaPashtoSazAwaz 5 років тому

    Hi Doug, I have a question about making cluster bar charts in Excel. Specifically, how do we align to the left very long labels for a bunch of statements on the Y axis? Thank you

    • @DougHExcel
      @DougHExcel  5 років тому

      maybe something like this? ua-cam.com/video/ukloNXrFyB4/v-deo.html

    • @1951Matt
      @1951Matt 3 роки тому

      Hi Doug, this is the best video I have seen on creating a dynamic 445 date table. However, I need to take it one step further to include 2 week columns- one col for sequential week numbers and another sequential week numbers which start again each year. Yes, each year has 52 weeks spanning 364 days. I have got the week number but it is derived from calendar year. Many thanks in advance

  • @fabmic8639
    @fabmic8639 5 років тому +1

    nice one thumbs up

  • @rbern412
    @rbern412 3 роки тому

    Thanks for the great video.
    Additionally, if you would like just a year that changes every 364 days. You can use the following ;
    (#"StartYear") + ([year_id]-1)
    Start year being the year the calendar starts i.e. 2015 etc..

  • @pedja2518
    @pedja2518 2 роки тому

    Thnx 😊

  • @bzflowerbee
    @bzflowerbee 3 роки тому

    Thanks for the tutorial. I have a quick question...if I have a two years calendar (445 calendar), for the fiscalqtr, do I need to change the "4" to 8 in the formula? Thank you for your help.

  • @rmccallen
    @rmccallen 3 роки тому

    Excellent tutorial, and very helpful. Do you have any advise on how to expand the Fiscal Month to include all twelve months and add a Fiscal Weekly column as well. I am working with a 454 retail calendar that starts in February and have data from Feb 2018 to current.

    • @DougHExcel
      @DougHExcel  3 роки тому

      Adding helper columns that pull in the month from the fiscal month and offset calculation to a week number column may help

  • @beyondtriggered4145
    @beyondtriggered4145 3 роки тому

    First off, this was very helpful, thank you. How would I add the start and end of each month to this?

    • @DougHExcel
      @DougHExcel  3 роки тому

      one option is to look at the change in pattern of the values in the quarter column and then add another column to mark it with that row's date. Maybe a future video...

  • @carlosherrera7840
    @carlosherrera7840 2 роки тому

    Thank you for this! this was great. How can I use the fiscal query with data I already have in excel?

  • @aichakhadir3531
    @aichakhadir3531 3 роки тому

    Thank you

  • @francescotirinato856
    @francescotirinato856 3 роки тому

    Many Thanks for this video. Only one question: how can I create a WeedID ? Many Thanks in advance for your help !!

    • @DougHExcel
      @DougHExcel  3 роки тому

      PQ can pull out the week of the year (ua-cam.com/video/9rI4WayyApA/v-deo.html) and then you may need to add a helper column to offset (+/-) the number of weeks from the calendar week number.

  • @user-wr7wt3yz4m
    @user-wr7wt3yz4m 2 роки тому

    Thanks for video! I have a question about 53 weeks. Calendar is mixed with 52 weeks and 53 weeks. In my case, 52 weeks untill fy2019, 53weeks for fy2020 and 52 weeks from fy2021. I use “if” to fy2020 and divided it to 371, but it didnt work properly. I wonder the proper formula to use in the case. I’d appreciate your help. Thank you

  • @aichakhadir3531
    @aichakhadir3531 3 роки тому

    Hello ;
    I congratulate you on the very important and instructive tutorials.
    I would like to calculate the cumulation per fortnight and per month and camparer it on the same date of the previous campaign (which begins in June and ends at the end of May) by power BI. Could you tell me what should I do please?
    Thank you in advance

    • @DougHExcel
      @DougHExcel  3 роки тому

      Hi Aicha Khadir, sorry I don't do consulting 🙁....but try a post on the mrexcel.com forum!

  • @xiriav1423
    @xiriav1423 3 роки тому

    So I am creating a calendar based on the first and last day of the month in the 4-4-5 calendar. For instance, the first day of the month would be 31/07/2016 and the last day would be 27/08/2016 in a column next to it. Would it be hard to achieve this?

    • @DougHExcel
      @DougHExcel  3 роки тому

      It's only one of the fiscal four week month of 28 days, but I suppose it can be done.

  • @himanshijaiswal4697
    @himanshijaiswal4697 3 роки тому

    Hello sir, the video helped me alot but I have a ques for month ID column, I want to start my week with 1st after every 12th week. Could you help me in this?

    • @himanshijaiswal4697
      @himanshijaiswal4697 3 роки тому

      Also I want to add another column in the table for weeks of calendar but it should starts with 1 and end with 52/53. Kindly help

  • @AfeezBabatunde
    @AfeezBabatunde 3 роки тому

    How can I get month day for each month. Thanks

    • @DougHExcel
      @DougHExcel  3 роки тому

      In the PQ Editor, Add Column tab, in the Date & Time group, click the Date command icon and it will give you the option to get the day.