Forum Discussion
sshekar7
10 years agoFrequent Visitor
data formating results in 1905
I have two fields employees and Year. I am using this formula to calculate growth rate. Growth % = divide (sum(Data[EMPLOYEES]) - calculate(sum(Data[EMPLOYEES]),SAMEPERIODLASTYEAR(Data[YEAR])), c...
- 10 years ago
You can use the below method to convert your year to date.
- Convert the data type of your Year column to Tex
- Add custom Column to and use below formula to append date and montht to Year filed
- convert the new column type to date
Hopefully this will help.
Habib
Continued Contributor
10 years agoYou can use the below method to convert your year to date.
- Convert the data type of your Year column to Tex
- Add custom Column to and use below formula to append date and montht to Year filed
- convert the new column type to date
Hopefully this will help.
sshekar7
10 years agoFrequent Visitor
Thanks Habib.. it worked..