Forum Discussion
Anonymous
9 years agoNot applicable
Expression with the Today () function
I need to create a measure or column that should use the Today () function. I have a table with two columns of dates, one that is due date that is of type null and the other that is extension dat...
- Anonymous9 years ago
I created the measure but the following error is occurring:
"A single value for column 'Dt. Extension' in table 'DMEGF_ContractsSupplier' can not be determined." This can happen when a measure refers to a column that contains many values without specifying an aggregation such as min, max, count, or to Get a single result. "
If (ISBLANK (DMEGF_ContractsSupplier);
DMEGF_ContractsProvider [Dt. Final] - TODAY ();
DMEGF_ContractsProvider [Dt. Extension] - TODAY ())