sql-bi / DaxDateTemplate

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

Prefix Variables' Comments are Slightly Misleading #75

Open JeridInsight opened 11 months ago

JeridInsight commented 11 months ago

In the Configuration section, the Prefix comments are a bit misleading. I believed that the string that was specified here would change the Prefix to the actual column name (e.g. changing FiscalWeeklyPrefix variable to "FiscalWeekly" would change the [FW Quarter Year] column to [FiscalWeekly Quarter Year], when in reality, it would prefix all the values in that column with "FiscalWeekly". The comment says, "-- Prefix used in columns of fiscal weekly calendar", which is clear now, but wasn't obvious before. Maybe the comments could be more succinct and say something like: "--String prefixed to all values in the columns associated with the Weekly Fiscal calendar"?