Forum Discussion
pmscorca
1 year agoKudo Kingpin
Understanding DAX operator overloading
Hi, I've read that DAX supports the operator overloading. Operator overloading in computer programming is the process of defining custom behaviors for operators like +, -. So, a same operator coul...
lbendlin
1 year agoSuper User
For example: TODAY()+1
for date math
Or: {1}
for table math
Or: CONCATENATEX(table,[column])
for table to scalar math