sql-bi / DaxDateTemplate

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

Fiscal calendar start/finish dates use incorrect field names #63

Closed KenLoewen closed 2 years ago

KenLoewen commented 3 years ago

In line 704, the CALENDAR function should use [FirstDayOfYear] and [LastDayOfYear] from lines 665 & 666.

marcosqlbi commented 2 years ago

Isn't it the same in the current implementation? I would keep it as-is in case someone wants to customize FW boundaries.