Forum Discussion

elinevans's avatar
elinevans
Helper I
4 years ago

Calculated 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...