When I use date_start as a variable in DAX I get following error:
But if I rename date_start to date_start2 or date_sta, it is fine.
So why there is an error when I use date_start?
Thanks
Solved! Go to Solution.
Hi @j_w,
By confirmed by PG, due to historical reasons, DAX parser started as an extension to MDX parser therefore automatically inherited all the MDX keywords. Since MDX parser was limited back in the old days, all MDX functions and metadata properties were added as keywords which unfortunately included DATE_START.
As a good coding convention, I recommend users to always prefix DAX variables with v or some other prefix the user prefers. So instead of DATE_START, the user could use vDateStart to make his code easy to read and maintain and also avoid accidental keyword collisions.
Best Regards,
Cherry
Hi @j_w,
By confirmed by PG, due to historical reasons, DAX parser started as an extension to MDX parser therefore automatically inherited all the MDX keywords. Since MDX parser was limited back in the old days, all MDX functions and metadata properties were added as keywords which unfortunately included DATE_START.
As a good coding convention, I recommend users to always prefix DAX variables with v or some other prefix the user prefers. So instead of DATE_START, the user could use vDateStart to make his code easy to read and maintain and also avoid accidental keyword collisions.
Best Regards,
Cherry
Hi @j_w,
I have had a contact with PG and will update here if I get any information.
Sorry for any inconvenience.
Best Regards,
Cherry
Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!
User | Count |
---|---|
105 | |
77 | |
72 | |
48 | |
47 |
User | Count |
---|---|
158 | |
86 | |
80 | |
68 | |
66 |