Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. 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
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 |
|---|---|
| 5 | |
| 3 | |
| 3 | |
| 3 | |
| 2 |
| User | Count |
|---|---|
| 7 | |
| 5 | |
| 5 | |
| 5 | |
| 4 |