Forum Discussion
Chainfire74
Helper I
4 years agoAdd text within calculation measure
Hi, This calculation gives me an average number, but is it possiblefor me to add the word 'Years' after the calculation so it is in one data card? Average Tenure of Leavers = CALCULATE(AVE...
MahyarTF
Memorable Member
4 years agoHi,
Use this Dax Measure :
format(CALCULATE(AVERAGE(Leavers3[Years Service])), "#Year#$#,0.00")