sql-bi / DaxDateTemplate

Power BI template to create a Date table in DAX
MIT License
265 stars 76 forks source link

Extend calendar into 2024 and beyond #73

Closed jamesgc closed 1 year ago

jamesgc commented 1 year ago

Hello, the calendar seems to stop in 2023. Should I be able to easily extend it into 2024 and beyond?

Thank you, James

marcosqlbi commented 1 year ago

It depends on the parameter you set at the beginning of the DAX code. However, take a look at https://bravo.bi which provides a more advanced and flexible way to get a Date table in Power BI.

jamesgc commented 1 year ago

OK i will check it out. Thanks.