sql-bi / DaxDateTemplate

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

Cannot find name [FW StartOfYear]; [FW EndOfYear] #38

Closed Dnich88 closed 4 years ago

Dnich88 commented 4 years ago

Hi, I get the red lines under this part of the code. VAR CustomFiscalRawDays = GENERATE ( FiscalPeriods; CALENDAR( [FW StartOfYear]; [FW EndOfYear] ) ) It is in both the pbix and the pbit.

marcosqlbi commented 4 years ago

It is a bug in the Power BI Editor - as long as the code works, it is not a syntax error. If you see a message error at the bottom of the DAX editor, then there is a problem in the DAX code.