Forum Discussion
rezaaditia
7 years agoHelper III
expression that yield variant data-type cannot be used to define calculated columns
Hi - Please help, i am stuck with this formula, had searched over the internet, but no luck i want to create TAT column using Dax formula with adding new column, TAT =
IF (
ISBLANK ([po...
- 7 years ago
amitchandak
7 years agoSuper User
Here we are comparing text format year with numeric format year
CALCULATE(sum(Sales[Sales]),OrderTime[Order Year]= CONCATENATE( Year(NOW())-2,""))
rezaaditia
7 years agoHelper III
- amitchandak7 years agoSuper User
Share new calculation