Forum Discussion
Anonymous
7 years agoNot applicable
Problem with Dates on DAXE
Hi experts, I have a problem operating dates I have used this formula to convert a Julian date to Calendar Dates Date = DATE(INT(F60[DATE01]/1000)+1900,1,MOD(F60[DSDATE01],1000)) It see...
- 7 years ago
Hi Anonymous ,
You need to select the table "F59DBTSM" and then add the column, you can check your filed whether the calculated column added in the specific table. if you add it in other place, the error "A single value for column..." occured.
v-diye-msft
Community Support
7 years agoHi Anonymous ,
You need to select the table "F59DBTSM" and then add the column, you can check your filed whether the calculated column added in the specific table. if you add it in other place, the error "A single value for column..." occured.
- Anonymous7 years agoNot applicable
v-diye-msft , Thanks! :)