This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
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
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 |