Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric certified for FREE! Don't miss your chance! Learn more
I read the tutorial on Microsoft website about how to create a date table with Power Query, but it seems that the tutorial doesn't consider the leap year, as there are 366 days in a leap year. How to modify this query? Sorry, I am not very familar with M language.
Create a date table - Training | Microsoft Learn
Thanks
Instead of 365*10 use
Duration.TotalDays(#date(2021,5,31) - #date(2011,5,31) )+ 1
That formula is giving the number of dates in your list (365*10, Ora list of 3650 dates). It's not saying 365 days per year.
--Nate
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 7 | |
| 6 | |
| 4 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 12 | |
| 12 | |
| 10 | |
| 6 | |
| 5 |