Forum Discussion
elinevans
Helper I
4 years agoCalculated Column creating an empty slicer
I have data that looks something the table below. I have added a calculated column on this as follows: ClientCurrentAge = DATEDIFF(Client[DateOfBirth], Client[Today], YEAR) However when I put th...