How to tame case sensitivity of Power BI function name
I am new to using Power BI. I just noticed I cannot call Power BI functions following the case-sensitivity used in the Power BI doc.
For example Date.YEAR([creation_date]) yields an error as Date.YEAR is not recognized. But Date.Year([creation_date]) works fine.
My question is how do I set Power BI to accept both functions names?